Html Css Color HEX #064880 Dark Cerulean

📋 copy color: '#064880'

red 6 ◦ green 72 ◦ blue 128

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

Shades of Dark Cerulean #064880

Tints of Dark Cerulean #064880

RGB

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

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

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

R = 2.91%
G = 34.95%
B = 62.14%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#064880 (or 0x064880) is known color: Dark Cerulean. HEX triplet: 06, 48 and 80. RGB value is (6,72,128). Sum of RGB (Red+Green+Blue) = 6+72+128=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #064880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064880 is #F9B77F. Grayscale: #3A3A3A. Windows color (decimal): -16365440 or 8407046. OLE color: 8407046.

HSL color Cylindrical-coordinate representation of color #064880: hue angle of 207.54º 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 #064880 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 72 128 -
CMYK 0.95 0.44 0 0.50
HSL 207.54º 0.91% 0.26% -
HSV(B) 207.54º 0.95% 0.5% -
XYZ 6.29 6.23 21.29 -
YUV 58.65 167.13 90.45 -
System Red Green Blue C M Y K H S L
Decimal 6 72 128 0.95 0.44 0 0.50 207.54 0.91 0.26
Hex 6 48 80 5F 2C 0 32 D0 5B 1A
Octal 6 110 200 137 54 0 62 320 133 32
Binary 110 1001000 10000000 1011111 101100 0 110010 11010000 1011011 11010

Color Harmonies of #064880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064880

Black with #064880

Text Example


Text Example

White with #064880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064880; }

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

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

background-color css

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

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

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

border-color css

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

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

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