Html Css Color HEX #064589 Dark Cerulean

📋 copy color: '#064589'

red 6 ◦ green 69 ◦ blue 137

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

Shades of Dark Cerulean #064589

Tints of Dark Cerulean #064589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 64.62%

R = 2.83%
G = 32.55%
B = 64.62%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#064589 (or 0x064589) is known color: Dark Cerulean. HEX triplet: 06, 45 and 89. RGB value is (6,69,137). Sum of RGB (Red+Green+Blue) = 6+69+137=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #064589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064589 is #F9BA76. Grayscale: #393939. Windows color (decimal): -16366199 or 8996102. OLE color: 8996102.

HSL color Cylindrical-coordinate representation of color #064589: hue angle of 211.15º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064589 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 69 137 -
CMYK 0.96 0.50 0 0.46
HSL 211.15º 0.92% 0.28% -
HSV(B) 211.15º 0.96% 0.54% -
XYZ 6.72 6.1 24.49 -
YUV 57.92 172.63 90.97 -
System Red Green Blue C M Y K H S L
Decimal 6 69 137 0.96 0.50 0 0.46 211.15 0.92 0.28
Hex 6 45 89 60 32 0 2E D3 5C 1C
Octal 6 105 211 140 62 0 56 323 134 34
Binary 110 1000101 10001001 1100000 110010 0 101110 11010011 1011100 11100

Color Harmonies of #064589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064589

Black with #064589

Text Example


Text Example

White with #064589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064589; }

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

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

background-color css

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

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

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

border-color css

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

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

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