Html Css Color HEX #006491 Cerulean

📋 copy color: '#006491'

red 0 ◦ green 100 ◦ blue 145

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

Shades of Cerulean #006491

Tints of Cerulean #006491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.82%

 BLUE value IS 145 (57.03% from 255) = 59.18%

R = 0%
G = 40.82%
B = 59.18%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#006491 (or 0x006491) is known color: Cerulean. HEX triplet: 00, 64 and 91. RGB value is (0,100,145). Sum of RGB (Red+Green+Blue) = 0+100+145=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #006491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006491 is #FF9B6E. Grayscale: #4A4A4A. Windows color (decimal): -16751471 or 9528320. OLE color: 9528320.

HSL color Cylindrical-coordinate representation of color #006491: hue angle of 198.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006491 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 100 145 -
CMYK 1 0.31 0 0.43
HSL 198.62º 1% 0.28% -
HSV(B) 198.62º 1% 0.57% -
XYZ 9.67 11.16 28.43 -
YUV 75.23 167.37 74.34 -
System Red Green Blue C M Y K H S L
Decimal 0 100 145 1 0.31 0 0.43 198.62 1 0.28
Hex 0 64 91 64 1F 0 2B C7 64 1C
Octal 0 144 221 144 37 0 53 307 144 34
Binary 0 1100100 10010001 1100100 11111 0 101011 11000111 1100100 11100

Color Harmonies of #006491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006491

Black with #006491

Text Example


Text Example

White with #006491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006491; }

 p { color: rgb(0,100,145); }

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

background-color css

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

 a { background-color: rgb(0,100,145); }

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

border-color css

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

 span { border-color: rgb(0,100,145); }

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