Html Css Color HEX #08699C Cerulean

📋 copy color: '#08699C'

red 8 ◦ green 105 ◦ blue 156

#08699C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #08699C

Tints of Cerulean #08699C

RGB

 RED value IS 8 (3.52% from 255) = 2.97%

 GREEN value IS 105 (41.41% from 255) = 39.03%

 BLUE value IS 156 (61.33% from 255) = 57.99%

R = 2.97%
G = 39.03%
B = 57.99%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#08699C (or 0x08699C) is known color: Cerulean. HEX triplet: 08, 69 and 9C. RGB value is (8,105,156). Sum of RGB (Red+Green+Blue) = 8+105+156=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #08699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08699C is #F79663. Grayscale: #515151. Windows color (decimal): -16225892 or 10250504. OLE color: 10250504.

HSL color Cylindrical-coordinate representation of color #08699C: hue angle of 200.68º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08699C is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 105 156 -
CMYK 0.95 0.33 0 0.39
HSL 200.68º 0.9% 0.32% -
HSV(B) 200.68º 0.95% 0.61% -
XYZ 11.15 12.56 33.29 -
YUV 81.81 169.86 75.35 -
System Red Green Blue C M Y K H S L
Decimal 8 105 156 0.95 0.33 0 0.39 200.68 0.9 0.32
Hex 8 69 9C 5F 21 0 27 C9 5A 20
Octal 10 151 234 137 41 0 47 311 132 40
Binary 1000 1101001 10011100 1011111 100001 0 100111 11001001 1011010 100000

Color Harmonies of #08699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08699C

Black with #08699C

Text Example


Text Example

White with #08699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08699C; }

 p { color: rgb(8,105,156); }

 H1.HeaderClassName
 {
   color: #08699C;
 }
 .AnyTagClassName
 {
   color: #08699C;
 }
</style>

background-color css

<style>
 a { background-color: #08699C; }

 a { background-color: rgb(8,105,156); }

 div.DivClassName
 {
   background-color: #08699C;
 }
 .BgClassName
 {
   background-color: #08699C;
 }
</style>

border-color css

<style>
 span { border-color: #08699C; }

 span { border-color: rgb(8,105,156); }

 td.TdClassName
 {
   border-color: #08699C;
 }
 .TagClassName
 {
   border-color: #08699C;
 }
</style>