Html Css Color HEX #064490 Dark Cerulean

📋 copy color: '#064490'

red 6 ◦ green 68 ◦ blue 144

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

Shades of Dark Cerulean #064490

Tints of Dark Cerulean #064490

RGB

 RED value IS 6 (2.73% from 255) = 2.75%

 GREEN value IS 68 (26.95% from 255) = 31.19%

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

R = 2.75%
G = 31.19%
B = 66.06%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#064490 (or 0x064490) is known color: Dark Cerulean. HEX triplet: 06, 44 and 90. RGB value is (6,68,144). Sum of RGB (Red+Green+Blue) = 6+68+144=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #064490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064490 is #F9BB6F. Grayscale: #393939. Windows color (decimal): -16366448 or 9454598. OLE color: 9454598.

HSL color Cylindrical-coordinate representation of color #064490: hue angle of 213.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064490 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 68 144 -
CMYK 0.96 0.53 0 0.44
HSL 213.04º 0.92% 0.29% -
HSV(B) 213.04º 0.96% 0.56% -
XYZ 7.18 6.19 27.2 -
YUV 58.13 176.46 90.82 -
System Red Green Blue C M Y K H S L
Decimal 6 68 144 0.96 0.53 0 0.44 213.04 0.92 0.29
Hex 6 44 90 60 35 0 2C D5 5C 1D
Octal 6 104 220 140 65 0 54 325 134 35
Binary 110 1000100 10010000 1100000 110101 0 101100 11010101 1011100 11101

Color Harmonies of #064490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064490

Black with #064490

Text Example


Text Example

White with #064490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064490; }

 p { color: rgb(6,68,144); }

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

background-color css

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

 a { background-color: rgb(6,68,144); }

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

border-color css

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

 span { border-color: rgb(6,68,144); }

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