Html Css Color HEX #063D82 Dark Cerulean

📋 copy color: '#063D82'

red 6 ◦ green 61 ◦ blue 130

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

Shades of Dark Cerulean #063D82

Tints of Dark Cerulean #063D82

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.96%

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

R = 3.05%
G = 30.96%
B = 65.99%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#063D82 (or 0x063D82) is known color: Dark Cerulean. HEX triplet: 06, 3D and 82. RGB value is (6,61,130). Sum of RGB (Red+Green+Blue) = 6+61+130=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #063D82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063D82 is #F9C27D. Grayscale: #343434. Windows color (decimal): -16368254 or 8535302. OLE color: 8535302.

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

Color convert

RGB 6 61 130 -
CMYK 0.95 0.53 0 0.49
HSL 213.39º 0.91% 0.27% -
HSV(B) 213.39º 0.95% 0.51% -
XYZ 5.77 4.99 21.78 -
YUV 52.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 6 61 130 0.95 0.53 0 0.49 213.39 0.91 0.27
Hex 6 3D 82 5F 35 0 31 D5 5B 1B
Octal 6 75 202 137 65 0 61 325 133 33
Binary 110 111101 10000010 1011111 110101 0 110001 11010101 1011011 11011

Color Harmonies of #063D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D82

Black with #063D82

Text Example


Text Example

White with #063D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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