Html Css Color HEX #064982 Dark Cerulean

📋 copy color: '#064982'

red 6 ◦ green 73 ◦ blue 130

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

Shades of Dark Cerulean #064982

Tints of Dark Cerulean #064982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.93%

 BLUE value IS 130 (51.17% from 255) = 62.2%

R = 2.87%
G = 34.93%
B = 62.2%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#064982 (or 0x064982) is known color: Dark Cerulean. HEX triplet: 06, 49 and 82. RGB value is (6,73,130). Sum of RGB (Red+Green+Blue) = 6+73+130=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #064982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064982 is #F9B67D. Grayscale: #3B3B3B. Windows color (decimal): -16365182 or 8538374. OLE color: 8538374.

HSL color Cylindrical-coordinate representation of color #064982: hue angle of 207.58º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064982 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 73 130 -
CMYK 0.95 0.44 0 0.49
HSL 207.58º 0.91% 0.27% -
HSV(B) 207.58º 0.95% 0.51% -
XYZ 6.49 6.42 22.02 -
YUV 59.47 167.8 89.87 -
System Red Green Blue C M Y K H S L
Decimal 6 73 130 0.95 0.44 0 0.49 207.58 0.91 0.27
Hex 6 49 82 5F 2C 0 31 D0 5B 1B
Octal 6 111 202 137 54 0 61 320 133 33
Binary 110 1001001 10000010 1011111 101100 0 110001 11010000 1011011 11011

Color Harmonies of #064982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064982

Black with #064982

Text Example


Text Example

White with #064982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064982; }

 p { color: rgb(6,73,130); }

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

background-color css

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

 a { background-color: rgb(6,73,130); }

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

border-color css

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

 span { border-color: rgb(6,73,130); }

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