Html Css Color HEX #064C92 Dark Cerulean

📋 copy color: '#064C92'

red 6 ◦ green 76 ◦ blue 146

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

Shades of Dark Cerulean #064C92

Tints of Dark Cerulean #064C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.33%

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

R = 2.63%
G = 33.33%
B = 64.04%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#064C92 (or 0x064C92) is known color: Dark Cerulean. HEX triplet: 06, 4C and 92. RGB value is (6,76,146). Sum of RGB (Red+Green+Blue) = 6+76+146=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #064C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064C92 is #F9B36D. Grayscale: #3E3E3E. Windows color (decimal): -16364398 or 9587718. OLE color: 9587718.

HSL color Cylindrical-coordinate representation of color #064C92: hue angle of 210º 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 #064C92 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 76 146 -
CMYK 0.96 0.48 0 0.43
HSL 210º 0.92% 0.3% -
HSV(B) 210º 0.96% 0.57% -
XYZ 7.85 7.28 28.19 -
YUV 63.05 174.81 87.31 -
System Red Green Blue C M Y K H S L
Decimal 6 76 146 0.96 0.48 0 0.43 210 0.92 0.3
Hex 6 4C 92 60 30 0 2B D2 5C 1E
Octal 6 114 222 140 60 0 53 322 134 36
Binary 110 1001100 10010010 1100000 110000 0 101011 11010010 1011100 11110

Color Harmonies of #064C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C92

Black with #064C92

Text Example


Text Example

White with #064C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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