Html Css Color HEX #006D96 Cerulean

📋 copy color: '#006D96'

red 0 ◦ green 109 ◦ blue 150

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

Shades of Cerulean #006D96

Tints of Cerulean #006D96

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 109 (42.97% from 255) = 42.08%

 BLUE value IS 150 (58.98% from 255) = 57.92%

R = 0%
G = 42.08%
B = 57.92%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#006D96 (or 0x006D96) is known color: Cerulean. HEX triplet: 00, 6D and 96. RGB value is (0,109,150). Sum of RGB (Red+Green+Blue) = 0+109+150=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #006D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006D96 is #FF9269. Grayscale: #505050. Windows color (decimal): -16749162 or 9858304. OLE color: 9858304.

HSL color Cylindrical-coordinate representation of color #006D96: hue angle of 196.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D96 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 109 150 -
CMYK 1 0.27 0 0.41
HSL 196.4º 1% 0.29% -
HSV(B) 196.4º 1% 0.59% -
XYZ 10.97 13.14 30.81 -
YUV 81.08 166.89 70.17 -
System Red Green Blue C M Y K H S L
Decimal 0 109 150 1 0.27 0 0.41 196.4 1 0.29
Hex 0 6D 96 64 1B 0 29 C4 64 1D
Octal 0 155 226 144 33 0 51 304 144 35
Binary 0 1101101 10010110 1100100 11011 0 101001 11000100 1100100 11101

Color Harmonies of #006D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D96

Black with #006D96

Text Example


Text Example

White with #006D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006D96; }

 p { color: rgb(0,109,150); }

 H1.HeaderClassName
 {
   color: #006D96;
 }
 .AnyTagClassName
 {
   color: #006D96;
 }
</style>

background-color css

<style>
 a { background-color: #006D96; }

 a { background-color: rgb(0,109,150); }

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

border-color css

<style>
 span { border-color: #006D96; }

 span { border-color: rgb(0,109,150); }

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