Html Css Color HEX #08699B Cerulean

📋 copy color: '#08699B'

red 8 ◦ green 105 ◦ blue 155

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

Shades of Cerulean #08699B

Tints of Cerulean #08699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 2.99%
G = 39.18%
B = 57.84%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08699B (or 0x08699B) is known color: Cerulean. HEX triplet: 08, 69 and 9B. RGB value is (8,105,155). Sum of RGB (Red+Green+Blue) = 8+105+155=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #08699B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08699B is #F79664. Grayscale: #515151. Windows color (decimal): -16225893 or 10184968. OLE color: 10184968.

HSL color Cylindrical-coordinate representation of color #08699B: hue angle of 200.41º 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 #08699B is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 105 155 -
CMYK 0.95 0.32 0 0.39
HSL 200.41º 0.9% 0.32% -
HSV(B) 200.41º 0.95% 0.61% -
XYZ 11.07 12.52 32.84 -
YUV 81.7 169.36 75.43 -
System Red Green Blue C M Y K H S L
Decimal 8 105 155 0.95 0.32 0 0.39 200.41 0.9 0.32
Hex 8 69 9B 5F 20 0 27 C8 5A 20
Octal 10 151 233 137 40 0 47 310 132 40
Binary 1000 1101001 10011011 1011111 100000 0 100111 11001000 1011010 100000

Color Harmonies of #08699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08699B

Black with #08699B

Text Example


Text Example

White with #08699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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