Html Css Color HEX #064280 Dark Cerulean

📋 copy color: '#064280'

red 6 ◦ green 66 ◦ blue 128

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

Shades of Dark Cerulean #064280

Tints of Dark Cerulean #064280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33%

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

R = 3%
G = 33%
B = 64%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#064280 (or 0x064280) is known color: Dark Cerulean. HEX triplet: 06, 42 and 80. RGB value is (6,66,128). Sum of RGB (Red+Green+Blue) = 6+66+128=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #064280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064280 is #F9BD7F. Grayscale: #363636. Windows color (decimal): -16366976 or 8405510. OLE color: 8405510.

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

Color convert

RGB 6 66 128 -
CMYK 0.95 0.48 0 0.50
HSL 210.49º 0.91% 0.26% -
HSV(B) 210.49º 0.95% 0.5% -
XYZ 5.92 5.49 21.17 -
YUV 55.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 6 66 128 0.95 0.48 0 0.50 210.49 0.91 0.26
Hex 6 42 80 5F 30 0 32 D2 5B 1A
Octal 6 102 200 137 60 0 62 322 133 32
Binary 110 1000010 10000000 1011111 110000 0 110010 11010010 1011011 11010

Color Harmonies of #064280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064280

Black with #064280

Text Example


Text Example

White with #064280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064280; }

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

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

background-color css

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

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

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

border-color css

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

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

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