Html Css Color HEX #006596 Cerulean

📋 copy color: '#006596'

red 0 ◦ green 101 ◦ blue 150

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

Shades of Cerulean #006596

Tints of Cerulean #006596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

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

R = 0%
G = 40.24%
B = 59.76%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#006596 (or 0x006596) is known color: Cerulean. HEX triplet: 00, 65 and 96. RGB value is (0,101,150). Sum of RGB (Red+Green+Blue) = 0+101+150=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #006596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006596 is #FF9A69. Grayscale: #4C4C4C. Windows color (decimal): -16751210 or 9856256. OLE color: 9856256.

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

Color convert

RGB 0 101 150 -
CMYK 1 0.33 0 0.41
HSL 199.6º 1% 0.29% -
HSV(B) 199.6º 1% 0.59% -
XYZ 10.16 11.51 30.54 -
YUV 76.39 169.54 73.52 -
System Red Green Blue C M Y K H S L
Decimal 0 101 150 1 0.33 0 0.41 199.6 1 0.29
Hex 0 65 96 64 21 0 29 C8 64 1D
Octal 0 145 226 144 41 0 51 310 144 35
Binary 0 1100101 10010110 1100100 100001 0 101001 11001000 1100100 11101

Color Harmonies of #006596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006596

Black with #006596

Text Example


Text Example

White with #006596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006596; }

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

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

background-color css

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

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

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

border-color css

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

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

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