Html Css Color HEX #08699E Cerulean

📋 copy color: '#08699E'

red 8 ◦ green 105 ◦ blue 158

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

Shades of Cerulean #08699E

Tints of Cerulean #08699E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.3%

R = 2.95%
G = 38.75%
B = 58.3%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08699E (or 0x08699E) is known color: Cerulean. HEX triplet: 08, 69 and 9E. RGB value is (8,105,158). Sum of RGB (Red+Green+Blue) = 8+105+158=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #08699E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08699E is #F79661. Grayscale: #515151. Windows color (decimal): -16225890 or 10381576. OLE color: 10381576.

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

Color convert

RGB 8 105 158 -
CMYK 0.95 0.34 0 0.38
HSL 201.2º 0.9% 0.33% -
HSV(B) 201.2º 0.95% 0.62% -
XYZ 11.32 12.62 34.19 -
YUV 82.04 170.86 75.19 -
System Red Green Blue C M Y K H S L
Decimal 8 105 158 0.95 0.34 0 0.38 201.2 0.9 0.33
Hex 8 69 9E 5F 22 0 26 C9 5A 21
Octal 10 151 236 137 42 0 46 311 132 41
Binary 1000 1101001 10011110 1011111 100010 0 100110 11001001 1011010 100001

Color Harmonies of #08699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08699E

Black with #08699E

Text Example


Text Example

White with #08699E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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