Html Css Color HEX #063382 Dark Cerulean

📋 copy color: '#063382'

red 6 ◦ green 51 ◦ blue 130

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

Shades of Dark Cerulean #063382

Tints of Dark Cerulean #063382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 3.21%
G = 27.27%
B = 69.52%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#063382 (or 0x063382) is known color: Dark Cerulean. HEX triplet: 06, 33 and 82. RGB value is (6,51,130). Sum of RGB (Red+Green+Blue) = 6+51+130=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #063382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063382 is #F9CC7D. Grayscale: #2E2E2E. Windows color (decimal): -16370814 or 8532742. OLE color: 8532742.

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

Color convert

RGB 6 51 130 -
CMYK 0.95 0.61 0 0.49
HSL 218.23º 0.91% 0.27% -
HSV(B) 218.23º 0.95% 0.51% -
XYZ 5.29 4.02 21.62 -
YUV 46.55 175.09 99.08 -
System Red Green Blue C M Y K H S L
Decimal 6 51 130 0.95 0.61 0 0.49 218.23 0.91 0.27
Hex 6 33 82 5F 3D 0 31 DA 5B 1B
Octal 6 63 202 137 75 0 61 332 133 33
Binary 110 110011 10000010 1011111 111101 0 110001 11011010 1011011 11011

Color Harmonies of #063382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063382

Black with #063382

Text Example


Text Example

White with #063382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063382; }

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

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

background-color css

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

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

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

border-color css

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

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

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