Html Css Color HEX #063582 Dark Cerulean

📋 copy color: '#063582'

red 6 ◦ green 53 ◦ blue 130

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

Shades of Dark Cerulean #063582

Tints of Dark Cerulean #063582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.04%

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

R = 3.17%
G = 28.04%
B = 68.78%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#063582 (or 0x063582) is known color: Dark Cerulean. HEX triplet: 06, 35 and 82. RGB value is (6,53,130). Sum of RGB (Red+Green+Blue) = 6+53+130=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #063582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063582 is #F9CA7D. Grayscale: #2F2F2F. Windows color (decimal): -16370302 or 8533254. OLE color: 8533254.

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

Color convert

RGB 6 53 130 -
CMYK 0.95 0.59 0 0.49
HSL 217.26º 0.91% 0.27% -
HSV(B) 217.26º 0.95% 0.51% -
XYZ 5.38 4.2 21.65 -
YUV 47.73 174.43 98.24 -
System Red Green Blue C M Y K H S L
Decimal 6 53 130 0.95 0.59 0 0.49 217.26 0.91 0.27
Hex 6 35 82 5F 3B 0 31 D9 5B 1B
Octal 6 65 202 137 73 0 61 331 133 33
Binary 110 110101 10000010 1011111 111011 0 110001 11011001 1011011 11011

Color Harmonies of #063582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063582

Black with #063582

Text Example


Text Example

White with #063582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063582; }

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

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

background-color css

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

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

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

border-color css

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

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

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