Html Css Color HEX #003C87 Dark Cerulean

📋 copy color: '#003C87'

red 0 ◦ green 60 ◦ blue 135

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

Shades of Dark Cerulean #003C87

Tints of Dark Cerulean #003C87

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 135 (53.13% from 255) = 69.23%

R = 0%
G = 30.77%
B = 69.23%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#003C87 (or 0x003C87) is known color: Dark Cerulean. HEX triplet: 00, 3C and 87. RGB value is (0,60,135). Sum of RGB (Red+Green+Blue) = 0+60+135=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #003C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003C87 is #FFC378. Grayscale: #323232. Windows color (decimal): -16761721 or 8862720. OLE color: 8862720.

HSL color Cylindrical-coordinate representation of color #003C87: hue angle of 213.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C87 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 60 135 -
CMYK 1 0.56 0 0.47
HSL 213.33º 1% 0.26% -
HSV(B) 213.33º 1% 0.53% -
XYZ 5.99 4.98 23.57 -
YUV 50.61 175.62 91.9 -
System Red Green Blue C M Y K H S L
Decimal 0 60 135 1 0.56 0 0.47 213.33 1 0.26
Hex 0 3C 87 64 38 0 2F D5 64 1A
Octal 0 74 207 144 70 0 57 325 144 32
Binary 0 111100 10000111 1100100 111000 0 101111 11010101 1100100 11010

Color Harmonies of #003C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C87

Black with #003C87

Text Example


Text Example

White with #003C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003C87; }

 p { color: rgb(0,60,135); }

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

background-color css

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

 a { background-color: rgb(0,60,135); }

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

border-color css

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

 span { border-color: rgb(0,60,135); }

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