Html Css Color HEX #063580 Dark Cerulean

📋 copy color: '#063580'

red 6 ◦ green 53 ◦ blue 128

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

Shades of Dark Cerulean #063580

Tints of Dark Cerulean #063580

RGB

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

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

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

R = 3.21%
G = 28.34%
B = 68.45%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#063580 (or 0x063580) is known color: Dark Cerulean. HEX triplet: 06, 35 and 80. RGB value is (6,53,128). Sum of RGB (Red+Green+Blue) = 6+53+128=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 128 (50.39% from 255 or 68.45% from 187); Max value from RGB is 128 - color contains mainly: blue. Hex color #063580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063580 is #F9CA7F. Grayscale: #2F2F2F. Windows color (decimal): -16370304 or 8402182. OLE color: 8402182.

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

Color convert

RGB 6 53 128 -
CMYK 0.95 0.59 0 0.50
HSL 216.89º 0.91% 0.26% -
HSV(B) 216.89º 0.95% 0.5% -
XYZ 5.24 4.14 20.95 -
YUV 47.5 173.43 98.4 -
System Red Green Blue C M Y K H S L
Decimal 6 53 128 0.95 0.59 0 0.50 216.89 0.91 0.26
Hex 6 35 80 5F 3B 0 32 D9 5B 1A
Octal 6 65 200 137 73 0 62 331 133 32
Binary 110 110101 10000000 1011111 111011 0 110010 11011001 1011011 11010

Color Harmonies of #063580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063580

Black with #063580

Text Example


Text Example

White with #063580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063580; }

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

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

background-color css

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

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

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

border-color css

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

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

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