Html Css Color HEX #064E95 Dark Cerulean

📋 copy color: '#064E95'

red 6 ◦ green 78 ◦ blue 149

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

Shades of Dark Cerulean #064E95

Tints of Dark Cerulean #064E95

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.48%

 BLUE value IS 149 (58.59% from 255) = 63.95%

R = 2.58%
G = 33.48%
B = 63.95%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#064E95 (or 0x064E95) is known color: Dark Cerulean. HEX triplet: 06, 4E and 95. RGB value is (6,78,149). Sum of RGB (Red+Green+Blue) = 6+78+149=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #064E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064E95 is #F9B16A. Grayscale: #404040. Windows color (decimal): -16363883 or 9784838. OLE color: 9784838.

HSL color Cylindrical-coordinate representation of color #064E95: hue angle of 209.79º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064E95 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 78 149 -
CMYK 0.96 0.48 0 0.42
HSL 209.79º 0.92% 0.3% -
HSV(B) 209.79º 0.96% 0.58% -
XYZ 8.22 7.66 29.48 -
YUV 64.57 175.65 86.23 -
System Red Green Blue C M Y K H S L
Decimal 6 78 149 0.96 0.48 0 0.42 209.79 0.92 0.3
Hex 6 4E 95 60 30 0 2A D2 5C 1E
Octal 6 116 225 140 60 0 52 322 134 36
Binary 110 1001110 10010101 1100000 110000 0 101010 11010010 1011100 11110

Color Harmonies of #064E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E95

Black with #064E95

Text Example


Text Example

White with #064E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064E95; }

 p { color: rgb(6,78,149); }

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

background-color css

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

 a { background-color: rgb(6,78,149); }

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

border-color css

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

 span { border-color: rgb(6,78,149); }

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