Html Css Color HEX #064892 Dark Cerulean

📋 copy color: '#064892'

red 6 ◦ green 72 ◦ blue 146

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

Shades of Dark Cerulean #064892

Tints of Dark Cerulean #064892

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.14%

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

R = 2.68%
G = 32.14%
B = 65.18%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#064892 (or 0x064892) is known color: Dark Cerulean. HEX triplet: 06, 48 and 92. RGB value is (6,72,146). Sum of RGB (Red+Green+Blue) = 6+72+146=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #064892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064892 is #F9B76D. Grayscale: #3C3C3C. Windows color (decimal): -16365422 or 9586694. OLE color: 9586694.

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

Color convert

RGB 6 72 146 -
CMYK 0.96 0.51 0 0.43
HSL 211.71º 0.92% 0.3% -
HSV(B) 211.71º 0.96% 0.57% -
XYZ 7.58 6.75 28.1 -
YUV 60.7 176.13 88.98 -
System Red Green Blue C M Y K H S L
Decimal 6 72 146 0.96 0.51 0 0.43 211.71 0.92 0.3
Hex 6 48 92 60 33 0 2B D4 5C 1E
Octal 6 110 222 140 63 0 53 324 134 36
Binary 110 1001000 10010010 1100000 110011 0 101011 11010100 1011100 11110

Color Harmonies of #064892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064892

Black with #064892

Text Example


Text Example

White with #064892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064892; }

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

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

background-color css

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

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

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

border-color css

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

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

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