Html Css Color HEX #064E92 Dark Cerulean

📋 copy color: '#064E92'

red 6 ◦ green 78 ◦ blue 146

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

Shades of Dark Cerulean #064E92

Tints of Dark Cerulean #064E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.48%

R = 2.61%
G = 33.91%
B = 63.48%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#064E92 (or 0x064E92) is known color: Dark Cerulean. HEX triplet: 06, 4E and 92. RGB value is (6,78,146). Sum of RGB (Red+Green+Blue) = 6+78+146=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #064E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064E92 is #F9B16D. Grayscale: #3F3F3F. Windows color (decimal): -16363886 or 9588230. OLE color: 9588230.

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

Color convert

RGB 6 78 146 -
CMYK 0.96 0.47 0 0.43
HSL 209.14º 0.92% 0.3% -
HSV(B) 209.14º 0.96% 0.57% -
XYZ 7.99 7.56 28.23 -
YUV 64.22 174.15 86.47 -
System Red Green Blue C M Y K H S L
Decimal 6 78 146 0.96 0.47 0 0.43 209.14 0.92 0.3
Hex 6 4E 92 60 2F 0 2B D1 5C 1E
Octal 6 116 222 140 57 0 53 321 134 36
Binary 110 1001110 10010010 1100000 101111 0 101011 11010001 1011100 11110

Color Harmonies of #064E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E92

Black with #064E92

Text Example


Text Example

White with #064E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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