Html Css Color HEX #064694 Dark Cerulean

📋 copy color: '#064694'

red 6 ◦ green 70 ◦ blue 148

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

Shades of Dark Cerulean #064694

Tints of Dark Cerulean #064694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 148 (58.2% from 255) = 66.07%

R = 2.68%
G = 31.25%
B = 66.07%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#064694 (or 0x064694) is known color: Dark Cerulean. HEX triplet: 06, 46 and 94. RGB value is (6,70,148). Sum of RGB (Red+Green+Blue) = 6+70+148=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #064694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064694 is #F9B96B. Grayscale: #3B3B3B. Windows color (decimal): -16365932 or 9717254. OLE color: 9717254.

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

Color convert

RGB 6 70 148 -
CMYK 0.96 0.53 0 0.42
HSL 212.96º 0.92% 0.3% -
HSV(B) 212.96º 0.96% 0.58% -
XYZ 7.61 6.56 28.88 -
YUV 59.76 177.8 89.66 -
System Red Green Blue C M Y K H S L
Decimal 6 70 148 0.96 0.53 0 0.42 212.96 0.92 0.3
Hex 6 46 94 60 35 0 2A D5 5C 1E
Octal 6 106 224 140 65 0 52 325 134 36
Binary 110 1000110 10010100 1100000 110101 0 101010 11010101 1011100 11110

Color Harmonies of #064694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064694

Black with #064694

Text Example


Text Example

White with #064694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064694; }

 p { color: rgb(6,70,148); }

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

background-color css

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

 a { background-color: rgb(6,70,148); }

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

border-color css

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

 span { border-color: rgb(6,70,148); }

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