Html Css Color HEX #08699D Cerulean

📋 copy color: '#08699D'

red 8 ◦ green 105 ◦ blue 157

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

Shades of Cerulean #08699D

Tints of Cerulean #08699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.15%

R = 2.96%
G = 38.89%
B = 58.15%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08699D (or 0x08699D) is known color: Cerulean. HEX triplet: 08, 69 and 9D. RGB value is (8,105,157). Sum of RGB (Red+Green+Blue) = 8+105+157=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #08699D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08699D is #F79662. Grayscale: #515151. Windows color (decimal): -16225891 or 10316040. OLE color: 10316040.

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

Color convert

RGB 8 105 157 -
CMYK 0.95 0.33 0 0.38
HSL 200.94º 0.9% 0.32% -
HSV(B) 200.94º 0.95% 0.62% -
XYZ 11.24 12.59 33.74 -
YUV 81.93 170.36 75.27 -
System Red Green Blue C M Y K H S L
Decimal 8 105 157 0.95 0.33 0 0.38 200.94 0.9 0.32
Hex 8 69 9D 5F 21 0 26 C9 5A 20
Octal 10 151 235 137 41 0 46 311 132 40
Binary 1000 1101001 10011101 1011111 100001 0 100110 11001001 1011010 100000

Color Harmonies of #08699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08699D

Black with #08699D

Text Example


Text Example

White with #08699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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