Html Css Color HEX #064590 Dark Cerulean

📋 copy color: '#064590'

red 6 ◦ green 69 ◦ blue 144

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

Shades of Dark Cerulean #064590

Tints of Dark Cerulean #064590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

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

R = 2.74%
G = 31.51%
B = 65.75%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#064590 (or 0x064590) is known color: Dark Cerulean. HEX triplet: 06, 45 and 90. RGB value is (6,69,144). Sum of RGB (Red+Green+Blue) = 6+69+144=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #064590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064590 is #F9BA6F. Grayscale: #3A3A3A. Windows color (decimal): -16366192 or 9454854. OLE color: 9454854.

HSL color Cylindrical-coordinate representation of color #064590: hue angle of 212.61º 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 #064590 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 69 144 -
CMYK 0.96 0.52 0 0.44
HSL 212.61º 0.92% 0.29% -
HSV(B) 212.61º 0.96% 0.56% -
XYZ 7.24 6.31 27.22 -
YUV 58.71 176.13 90.4 -
System Red Green Blue C M Y K H S L
Decimal 6 69 144 0.96 0.52 0 0.44 212.61 0.92 0.29
Hex 6 45 90 60 34 0 2C D5 5C 1D
Octal 6 105 220 140 64 0 54 325 134 35
Binary 110 1000101 10010000 1100000 110100 0 101100 11010101 1011100 11101

Color Harmonies of #064590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064590

Black with #064590

Text Example


Text Example

White with #064590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064590; }

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

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

background-color css

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

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

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

border-color css

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

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

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