Html Css Color HEX #064489 Dark Cerulean

📋 copy color: '#064489'

red 6 ◦ green 68 ◦ blue 137

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

Shades of Dark Cerulean #064489

Tints of Dark Cerulean #064489

RGB

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

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

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

R = 2.84%
G = 32.23%
B = 64.93%

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

#064489 (or 0x064489) is known color: Dark Cerulean. HEX triplet: 06, 44 and 89. RGB value is (6,68,137). Sum of RGB (Red+Green+Blue) = 6+68+137=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #064489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064489 is #F9BB76. Grayscale: #383838. Windows color (decimal): -16366455 or 8995846. OLE color: 8995846.

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

Color convert

RGB 6 68 137 -
CMYK 0.96 0.50 0 0.46
HSL 211.6º 0.92% 0.28% -
HSV(B) 211.6º 0.96% 0.54% -
XYZ 6.66 5.98 24.47 -
YUV 57.33 172.96 91.39 -
System Red Green Blue C M Y K H S L
Decimal 6 68 137 0.96 0.50 0 0.46 211.6 0.92 0.28
Hex 6 44 89 60 32 0 2E D4 5C 1C
Octal 6 104 211 140 62 0 56 324 134 34
Binary 110 1000100 10001001 1100000 110010 0 101110 11010100 1011100 11100

Color Harmonies of #064489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064489

Black with #064489

Text Example


Text Example

White with #064489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064489; }

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

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

background-color css

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

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

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

border-color css

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

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

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