Html Css Color HEX #006490 Cerulean

📋 copy color: '#006490'

red 0 ◦ green 100 ◦ blue 144

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

Shades of Cerulean #006490

Tints of Cerulean #006490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.02%

R = 0%
G = 40.98%
B = 59.02%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#006490 (or 0x006490) is known color: Cerulean. HEX triplet: 00, 64 and 90. RGB value is (0,100,144). Sum of RGB (Red+Green+Blue) = 0+100+144=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #006490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006490 is #FF9B6F. Grayscale: #4A4A4A. Windows color (decimal): -16751472 or 9462784. OLE color: 9462784.

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

Color convert

RGB 0 100 144 -
CMYK 1 0.31 0 0.44
HSL 198.33º 1% 0.28% -
HSV(B) 198.33º 1% 0.56% -
XYZ 9.59 11.13 28.03 -
YUV 75.12 166.87 74.42 -
System Red Green Blue C M Y K H S L
Decimal 0 100 144 1 0.31 0 0.44 198.33 1 0.28
Hex 0 64 90 64 1F 0 2C C6 64 1C
Octal 0 144 220 144 37 0 54 306 144 34
Binary 0 1100100 10010000 1100100 11111 0 101100 11000110 1100100 11100

Color Harmonies of #006490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006490

Black with #006490

Text Example


Text Example

White with #006490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006490; }

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

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

background-color css

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

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

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

border-color css

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

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

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