Html Css Color HEX #064189 Dark Cerulean

📋 copy color: '#064189'

red 6 ◦ green 65 ◦ blue 137

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

Shades of Dark Cerulean #064189

Tints of Dark Cerulean #064189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.25%

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

R = 2.88%
G = 31.25%
B = 65.87%

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

#064189 (or 0x064189) is known color: Dark Cerulean. HEX triplet: 06, 41 and 89. RGB value is (6,65,137). Sum of RGB (Red+Green+Blue) = 6+65+137=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #064189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064189 is #F9BE76. Grayscale: #373737. Windows color (decimal): -16367223 or 8995078. OLE color: 8995078.

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

Color convert

RGB 6 65 137 -
CMYK 0.96 0.53 0 0.46
HSL 212.98º 0.92% 0.28% -
HSV(B) 212.98º 0.96% 0.54% -
XYZ 6.48 5.63 24.41 -
YUV 55.57 173.95 92.65 -
System Red Green Blue C M Y K H S L
Decimal 6 65 137 0.96 0.53 0 0.46 212.98 0.92 0.28
Hex 6 41 89 60 35 0 2E D5 5C 1C
Octal 6 101 211 140 65 0 56 325 134 34
Binary 110 1000001 10001001 1100000 110101 0 101110 11010101 1011100 11100

Color Harmonies of #064189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064189

Black with #064189

Text Example


Text Example

White with #064189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064189; }

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

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

background-color css

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

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

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

border-color css

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

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

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