Html Css Color HEX #003C7C Dark Cerulean

📋 copy color: '#003C7C'

red 0 ◦ green 60 ◦ blue 124

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

Shades of Dark Cerulean #003C7C

Tints of Dark Cerulean #003C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 67.39%

R = 0%
G = 32.61%
B = 67.39%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#003C7C (or 0x003C7C) is known color: Dark Cerulean. HEX triplet: 00, 3C and 7C. RGB value is (0,60,124). Sum of RGB (Red+Green+Blue) = 0+60+124=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #003C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C7C is #FFC383. Grayscale: #313131. Windows color (decimal): -16761732 or 8141824. OLE color: 8141824.

HSL color Cylindrical-coordinate representation of color #003C7C: hue angle of 210.97º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C7C is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 60 124 -
CMYK 1 0.52 0 0.51
HSL 210.97º 1% 0.24% -
HSV(B) 210.97º 1% 0.49% -
XYZ 5.25 4.69 19.7 -
YUV 49.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 0 60 124 1 0.52 0 0.51 210.97 1 0.24
Hex 0 3C 7C 64 34 0 33 D3 64 18
Octal 0 74 174 144 64 0 63 323 144 30
Binary 0 111100 1111100 1100100 110100 0 110011 11010011 1100100 11000

Color Harmonies of #003C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C7C

Black with #003C7C

Text Example


Text Example

White with #003C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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