Html Css Color HEX #064082 Dark Cerulean

📋 copy color: '#064082'

red 6 ◦ green 64 ◦ blue 130

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

Shades of Dark Cerulean #064082

Tints of Dark Cerulean #064082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

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

R = 3%
G = 32%
B = 65%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#064082 (or 0x064082) is known color: Dark Cerulean. HEX triplet: 06, 40 and 82. RGB value is (6,64,130). Sum of RGB (Red+Green+Blue) = 6+64+130=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #064082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064082 is #F9BF7D. Grayscale: #353535. Windows color (decimal): -16367486 or 8536070. OLE color: 8536070.

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

Color convert

RGB 6 64 130 -
CMYK 0.95 0.51 0 0.49
HSL 211.94º 0.91% 0.27% -
HSV(B) 211.94º 0.95% 0.51% -
XYZ 5.94 5.32 21.83 -
YUV 54.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 6 64 130 0.95 0.51 0 0.49 211.94 0.91 0.27
Hex 6 40 82 5F 33 0 31 D4 5B 1B
Octal 6 100 202 137 63 0 61 324 133 33
Binary 110 1000000 10000010 1011111 110011 0 110001 11010100 1011011 11011

Color Harmonies of #064082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064082

Black with #064082

Text Example


Text Example

White with #064082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064082; }

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

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

background-color css

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

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

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

border-color css

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

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

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