Html Css Color HEX #006B96 Cerulean

📋 copy color: '#006B96'

red 0 ◦ green 107 ◦ blue 150

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

Shades of Cerulean #006B96

Tints of Cerulean #006B96

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.63%

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

R = 0%
G = 41.63%
B = 58.37%

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

#006B96 (or 0x006B96) is known color: Cerulean. HEX triplet: 00, 6B and 96. RGB value is (0,107,150). Sum of RGB (Red+Green+Blue) = 0+107+150=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #006B96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006B96 is #FF9469. Grayscale: #4F4F4F. Windows color (decimal): -16749674 or 9857792. OLE color: 9857792.

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

Color convert

RGB 0 107 150 -
CMYK 1 0.29 0 0.41
HSL 197.2º 1% 0.29% -
HSV(B) 197.2º 1% 0.59% -
XYZ 10.76 12.72 30.74 -
YUV 79.91 167.55 71 -
System Red Green Blue C M Y K H S L
Decimal 0 107 150 1 0.29 0 0.41 197.2 1 0.29
Hex 0 6B 96 64 1D 0 29 C5 64 1D
Octal 0 153 226 144 35 0 51 305 144 35
Binary 0 1101011 10010110 1100100 11101 0 101001 11000101 1100100 11101

Color Harmonies of #006B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B96

Black with #006B96

Text Example


Text Example

White with #006B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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