Html Css Color HEX #064A80 Dark Cerulean

📋 copy color: '#064A80'

red 6 ◦ green 74 ◦ blue 128

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

Shades of Dark Cerulean #064A80

Tints of Dark Cerulean #064A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.58%

 BLUE value IS 128 (50.39% from 255) = 61.54%

R = 2.88%
G = 35.58%
B = 61.54%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#064A80 (or 0x064A80) is known color: Dark Cerulean. HEX triplet: 06, 4A and 80. RGB value is (6,74,128). Sum of RGB (Red+Green+Blue) = 6+74+128=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #064A80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064A80 is #F9B57F. Grayscale: #3B3B3B. Windows color (decimal): -16364928 or 8407558. OLE color: 8407558.

HSL color Cylindrical-coordinate representation of color #064A80: hue angle of 206.56º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064A80 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 74 128 -
CMYK 0.95 0.42 0 0.50
HSL 206.56º 0.91% 0.26% -
HSV(B) 206.56º 0.95% 0.5% -
XYZ 6.42 6.49 21.34 -
YUV 59.82 166.47 89.61 -
System Red Green Blue C M Y K H S L
Decimal 6 74 128 0.95 0.42 0 0.50 206.56 0.91 0.26
Hex 6 4A 80 5F 2A 0 32 CF 5B 1A
Octal 6 112 200 137 52 0 62 317 133 32
Binary 110 1001010 10000000 1011111 101010 0 110010 11001111 1011011 11010

Color Harmonies of #064A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A80

Black with #064A80

Text Example


Text Example

White with #064A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,74,128); }

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

background-color css

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

 a { background-color: rgb(6,74,128); }

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

border-color css

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

 span { border-color: rgb(6,74,128); }

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