Html Css Color HEX #08749B Cerulean

📋 copy color: '#08749B'

red 8 ◦ green 116 ◦ blue 155

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

Shades of Cerulean #08749B

Tints of Cerulean #08749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.58%

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

R = 2.87%
G = 41.58%
B = 55.56%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08749B (or 0x08749B) is known color: Cerulean. HEX triplet: 08, 74 and 9B. RGB value is (8,116,155). Sum of RGB (Red+Green+Blue) = 8+116+155=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #08749B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08749B is #F78B64. Grayscale: #575757. Windows color (decimal): -16223077 or 10187784. OLE color: 10187784.

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

Color convert

RGB 8 116 155 -
CMYK 0.95 0.25 0 0.39
HSL 195.92º 0.9% 0.32% -
HSV(B) 195.92º 0.95% 0.61% -
XYZ 12.26 14.91 33.24 -
YUV 88.15 165.72 70.83 -
System Red Green Blue C M Y K H S L
Decimal 8 116 155 0.95 0.25 0 0.39 195.92 0.9 0.32
Hex 8 74 9B 5F 19 0 27 C4 5A 20
Octal 10 164 233 137 31 0 47 304 132 40
Binary 1000 1110100 10011011 1011111 11001 0 100111 11000100 1011010 100000

Color Harmonies of #08749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08749B

Black with #08749B

Text Example


Text Example

White with #08749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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