Html Css Color HEX #006296 Cerulean

📋 copy color: '#006296'

red 0 ◦ green 98 ◦ blue 150

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

Shades of Cerulean #006296

Tints of Cerulean #006296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.52%

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

R = 0%
G = 39.52%
B = 60.48%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#006296 (or 0x006296) is known color: Cerulean. HEX triplet: 00, 62 and 96. RGB value is (0,98,150). Sum of RGB (Red+Green+Blue) = 0+98+150=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #006296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006296 is #FF9D69. Grayscale: #4A4A4A. Windows color (decimal): -16751978 or 9855488. OLE color: 9855488.

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

Color convert

RGB 0 98 150 -
CMYK 1 0.35 0 0.41
HSL 200.8º 1% 0.29% -
HSV(B) 200.8º 1% 0.59% -
XYZ 9.87 10.94 30.44 -
YUV 74.63 170.53 74.77 -
System Red Green Blue C M Y K H S L
Decimal 0 98 150 1 0.35 0 0.41 200.8 1 0.29
Hex 0 62 96 64 23 0 29 C9 64 1D
Octal 0 142 226 144 43 0 51 311 144 35
Binary 0 1100010 10010110 1100100 100011 0 101001 11001001 1100100 11101

Color Harmonies of #006296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006296

Black with #006296

Text Example


Text Example

White with #006296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006296; }

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

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

background-color css

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

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

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

border-color css

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

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

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