Html Css Color HEX #104C7C Dark Cerulean

📋 copy color: '#104C7C'

red 16 ◦ green 76 ◦ blue 124

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

Shades of Dark Cerulean #104C7C

Tints of Dark Cerulean #104C7C

RGB

 RED value IS 16 (6.64% from 255) = 7.41%

 GREEN value IS 76 (30.08% from 255) = 35.19%

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

R = 7.41%
G = 35.19%
B = 57.41%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#104C7C (or 0x104C7C) is known color: Dark Cerulean. HEX triplet: 10, 4C and 7C. RGB value is (16,76,124). Sum of RGB (Red+Green+Blue) = 16+76+124=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #104C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C7C is #EFB383. Grayscale: #3F3F3F. Windows color (decimal): -15709060 or 8145936. OLE color: 8145936.

HSL color Cylindrical-coordinate representation of color #104C7C: hue angle of 206.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104C7C is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 76 124 -
CMYK 0.87 0.39 0 0.51
HSL 206.67º 0.77% 0.27% -
HSV(B) 206.67º 0.87% 0.49% -
XYZ 6.44 6.73 20.03 -
YUV 63.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 16 76 124 0.87 0.39 0 0.51 206.67 0.77 0.27
Hex 10 4C 7C 57 27 0 33 CF 4D 1B
Octal 20 114 174 127 47 0 63 317 115 33
Binary 10000 1001100 1111100 1010111 100111 0 110011 11001111 1001101 11011

Color Harmonies of #104C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C7C

Black with #104C7C

Text Example


Text Example

White with #104C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,76,124); }

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

background-color css

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

 a { background-color: rgb(16,76,124); }

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

border-color css

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

 span { border-color: rgb(16,76,124); }

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