Html Css Color HEX #064689 Dark Cerulean

📋 copy color: '#064689'

red 6 ◦ green 70 ◦ blue 137

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

Shades of Dark Cerulean #064689

Tints of Dark Cerulean #064689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.86%

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

R = 2.82%
G = 32.86%
B = 64.32%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#064689 (or 0x064689) is known color: Dark Cerulean. HEX triplet: 06, 46 and 89. RGB value is (6,70,137). Sum of RGB (Red+Green+Blue) = 6+70+137=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #064689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064689 is #F9B976. Grayscale: #3A3A3A. Windows color (decimal): -16365943 or 8996358. OLE color: 8996358.

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

Color convert

RGB 6 70 137 -
CMYK 0.96 0.49 0 0.46
HSL 210.69º 0.92% 0.28% -
HSV(B) 210.69º 0.96% 0.54% -
XYZ 6.78 6.23 24.51 -
YUV 58.5 172.3 90.55 -
System Red Green Blue C M Y K H S L
Decimal 6 70 137 0.96 0.49 0 0.46 210.69 0.92 0.28
Hex 6 46 89 60 31 0 2E D3 5C 1C
Octal 6 106 211 140 61 0 56 323 134 34
Binary 110 1000110 10001001 1100000 110001 0 101110 11010011 1011100 11100

Color Harmonies of #064689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064689

Black with #064689

Text Example


Text Example

White with #064689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064689; }

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

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

background-color css

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

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

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

border-color css

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

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

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