Html Css Color HEX #063C88 Dark Cerulean

📋 copy color: '#063C88'

red 6 ◦ green 60 ◦ blue 136

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

Shades of Dark Cerulean #063C88

Tints of Dark Cerulean #063C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 67.33%

R = 2.97%
G = 29.7%
B = 67.33%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#063C88 (or 0x063C88) is known color: Dark Cerulean. HEX triplet: 06, 3C and 88. RGB value is (6,60,136). Sum of RGB (Red+Green+Blue) = 6+60+136=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #063C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C88 is #F9C377. Grayscale: #343434. Windows color (decimal): -16368504 or 8928262. OLE color: 8928262.

HSL color Cylindrical-coordinate representation of color #063C88: hue angle of 215.08º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063C88 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 60 136 -
CMYK 0.96 0.56 0 0.47
HSL 215.08º 0.92% 0.28% -
HSV(B) 215.08º 0.96% 0.53% -
XYZ 6.13 5.05 23.94 -
YUV 52.52 175.11 94.82 -
System Red Green Blue C M Y K H S L
Decimal 6 60 136 0.96 0.56 0 0.47 215.08 0.92 0.28
Hex 6 3C 88 60 38 0 2F D7 5C 1C
Octal 6 74 210 140 70 0 57 327 134 34
Binary 110 111100 10001000 1100000 111000 0 101111 11010111 1011100 11100

Color Harmonies of #063C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C88

Black with #063C88

Text Example


Text Example

White with #063C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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