Html Css Color HEX #064289 Dark Cerulean

📋 copy color: '#064289'

red 6 ◦ green 66 ◦ blue 137

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

Shades of Dark Cerulean #064289

Tints of Dark Cerulean #064289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.58%

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

R = 2.87%
G = 31.58%
B = 65.55%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#064289 (or 0x064289) is known color: Dark Cerulean. HEX triplet: 06, 42 and 89. RGB value is (6,66,137). Sum of RGB (Red+Green+Blue) = 6+66+137=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #064289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064289 is #F9BD76. Grayscale: #373737. Windows color (decimal): -16366967 or 8995334. OLE color: 8995334.

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

Color convert

RGB 6 66 137 -
CMYK 0.96 0.52 0 0.46
HSL 212.52º 0.92% 0.28% -
HSV(B) 212.52º 0.96% 0.54% -
XYZ 6.54 5.74 24.43 -
YUV 56.15 173.62 92.23 -
System Red Green Blue C M Y K H S L
Decimal 6 66 137 0.96 0.52 0 0.46 212.52 0.92 0.28
Hex 6 42 89 60 34 0 2E D5 5C 1C
Octal 6 102 211 140 64 0 56 325 134 34
Binary 110 1000010 10001001 1100000 110100 0 101110 11010101 1011100 11100

Color Harmonies of #064289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064289

Black with #064289

Text Example


Text Example

White with #064289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064289; }

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

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

background-color css

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

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

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

border-color css

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

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

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