Html Css Color HEX #063C85 Dark Cerulean

📋 copy color: '#063C85'

red 6 ◦ green 60 ◦ blue 133

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

Shades of Dark Cerulean #063C85

Tints of Dark Cerulean #063C85

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.15%

 BLUE value IS 133 (52.34% from 255) = 66.83%

R = 3.02%
G = 30.15%
B = 66.83%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#063C85 (or 0x063C85) is known color: Dark Cerulean. HEX triplet: 06, 3C and 85. RGB value is (6,60,133). Sum of RGB (Red+Green+Blue) = 6+60+133=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #063C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C85 is #F9C37A. Grayscale: #333333. Windows color (decimal): -16368507 or 8731654. OLE color: 8731654.

HSL color Cylindrical-coordinate representation of color #063C85: hue angle of 214.49º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063C85 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 60 133 -
CMYK 0.95 0.55 0 0.48
HSL 214.49º 0.91% 0.27% -
HSV(B) 214.49º 0.95% 0.52% -
XYZ 5.92 4.96 22.84 -
YUV 52.18 173.61 95.06 -
System Red Green Blue C M Y K H S L
Decimal 6 60 133 0.95 0.55 0 0.48 214.49 0.91 0.27
Hex 6 3C 85 5F 37 0 30 D6 5B 1B
Octal 6 74 205 137 67 0 60 326 133 33
Binary 110 111100 10000101 1011111 110111 0 110000 11010110 1011011 11011

Color Harmonies of #063C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C85

Black with #063C85

Text Example


Text Example

White with #063C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,60,133); }

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

background-color css

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

 a { background-color: rgb(6,60,133); }

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

border-color css

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

 span { border-color: rgb(6,60,133); }

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