Html Css Color HEX #006396 Cerulean

📋 copy color: '#006396'

red 0 ◦ green 99 ◦ blue 150

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

Shades of Cerulean #006396

Tints of Cerulean #006396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.76%

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

R = 0%
G = 39.76%
B = 60.24%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#006396 (or 0x006396) is known color: Cerulean. HEX triplet: 00, 63 and 96. RGB value is (0,99,150). Sum of RGB (Red+Green+Blue) = 0+99+150=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #006396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006396 is #FF9C69. Grayscale: #4A4A4A. Windows color (decimal): -16751722 or 9855744. OLE color: 9855744.

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

Color convert

RGB 0 99 150 -
CMYK 1 0.34 0 0.41
HSL 200.4º 1% 0.29% -
HSV(B) 200.4º 1% 0.59% -
XYZ 9.97 11.13 30.48 -
YUV 75.21 170.2 74.35 -
System Red Green Blue C M Y K H S L
Decimal 0 99 150 1 0.34 0 0.41 200.4 1 0.29
Hex 0 63 96 64 22 0 29 C8 64 1D
Octal 0 143 226 144 42 0 51 310 144 35
Binary 0 1100011 10010110 1100100 100010 0 101001 11001000 1100100 11101

Color Harmonies of #006396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006396

Black with #006396

Text Example


Text Example

White with #006396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006396; }

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

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

background-color css

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

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

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

border-color css

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

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

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