Html Css Color HEX #064089 Dark Cerulean

📋 copy color: '#064089'

red 6 ◦ green 64 ◦ blue 137

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

Shades of Dark Cerulean #064089

Tints of Dark Cerulean #064089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.92%

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

R = 2.9%
G = 30.92%
B = 66.18%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#064089 (or 0x064089) is known color: Dark Cerulean. HEX triplet: 06, 40 and 89. RGB value is (6,64,137). Sum of RGB (Red+Green+Blue) = 6+64+137=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #064089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064089 is #F9BF76. Grayscale: #363636. Windows color (decimal): -16367479 or 8994822. OLE color: 8994822.

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

Color convert

RGB 6 64 137 -
CMYK 0.96 0.53 0 0.46
HSL 213.44º 0.92% 0.28% -
HSV(B) 213.44º 0.96% 0.54% -
XYZ 6.42 5.51 24.39 -
YUV 54.98 174.28 93.06 -
System Red Green Blue C M Y K H S L
Decimal 6 64 137 0.96 0.53 0 0.46 213.44 0.92 0.28
Hex 6 40 89 60 35 0 2E D5 5C 1C
Octal 6 100 211 140 65 0 56 325 134 34
Binary 110 1000000 10001001 1100000 110101 0 101110 11010101 1011100 11100

Color Harmonies of #064089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064089

Black with #064089

Text Example


Text Example

White with #064089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064089; }

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

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

background-color css

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

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

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

border-color css

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

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

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