Html Css Color HEX #006A96 Cerulean

📋 copy color: '#006A96'

red 0 ◦ green 106 ◦ blue 150

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

Shades of Cerulean #006A96

Tints of Cerulean #006A96

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.41%

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

R = 0%
G = 41.41%
B = 58.59%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#006A96 (or 0x006A96) is known color: Cerulean. HEX triplet: 00, 6A and 96. RGB value is (0,106,150). Sum of RGB (Red+Green+Blue) = 0+106+150=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #006A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006A96 is #FF9569. Grayscale: #4F4F4F. Windows color (decimal): -16749930 or 9857536. OLE color: 9857536.

HSL color Cylindrical-coordinate representation of color #006A96: hue angle of 197.6º 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 #006A96 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 106 150 -
CMYK 1 0.29 0 0.41
HSL 197.6º 1% 0.29% -
HSV(B) 197.6º 1% 0.59% -
XYZ 10.66 12.51 30.71 -
YUV 79.32 167.88 71.42 -
System Red Green Blue C M Y K H S L
Decimal 0 106 150 1 0.29 0 0.41 197.6 1 0.29
Hex 0 6A 96 64 1D 0 29 C6 64 1D
Octal 0 152 226 144 35 0 51 306 144 35
Binary 0 1101010 10010110 1100100 11101 0 101001 11000110 1100100 11101

Color Harmonies of #006A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A96

Black with #006A96

Text Example


Text Example

White with #006A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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