Html Css Color HEX #064679 Dark Cerulean

📋 copy color: '#064679'

red 6 ◦ green 70 ◦ blue 121

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

Shades of Dark Cerulean #064679

Tints of Dark Cerulean #064679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 61.42%

R = 3.05%
G = 35.53%
B = 61.42%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#064679 (or 0x064679) is known color: Dark Cerulean. HEX triplet: 06, 46 and 79. RGB value is (6,70,121). Sum of RGB (Red+Green+Blue) = 6+70+121=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #064679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064679 is #F9B986. Grayscale: #383838. Windows color (decimal): -16365959 or 7947782. OLE color: 7947782.

HSL color Cylindrical-coordinate representation of color #064679: hue angle of 206.61º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064679 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 70 121 -
CMYK 0.95 0.42 0 0.53
HSL 206.61º 0.91% 0.25% -
HSV(B) 206.61º 0.95% 0.47% -
XYZ 5.72 5.8 18.91 -
YUV 56.68 164.3 91.85 -
System Red Green Blue C M Y K H S L
Decimal 6 70 121 0.95 0.42 0 0.53 206.61 0.91 0.25
Hex 6 46 79 5F 2A 0 35 CF 5B 19
Octal 6 106 171 137 52 0 65 317 133 31
Binary 110 1000110 1111001 1011111 101010 0 110101 11001111 1011011 11001

Color Harmonies of #064679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064679

Black with #064679

Text Example


Text Example

White with #064679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064679; }

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

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

background-color css

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

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

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

border-color css

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

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

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