Html Css Color HEX #104C7E Dark Cerulean

📋 copy color: '#104C7E'

red 16 ◦ green 76 ◦ blue 126

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

Shades of Dark Cerulean #104C7E

Tints of Dark Cerulean #104C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 57.8%

R = 7.34%
G = 34.86%
B = 57.8%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#104C7E (or 0x104C7E) is known color: Dark Cerulean. HEX triplet: 10, 4C and 7E. RGB value is (16,76,126). Sum of RGB (Red+Green+Blue) = 16+76+126=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #104C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C7E is #EFB381. Grayscale: #3F3F3F. Windows color (decimal): -15709058 or 8277008. OLE color: 8277008.

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

Color convert

RGB 16 76 126 -
CMYK 0.87 0.40 0 0.51
HSL 207.27º 0.77% 0.28% -
HSV(B) 207.27º 0.87% 0.49% -
XYZ 6.56 6.79 20.7 -
YUV 63.76 163.12 93.93 -
System Red Green Blue C M Y K H S L
Decimal 16 76 126 0.87 0.40 0 0.51 207.27 0.77 0.28
Hex 10 4C 7E 57 28 0 33 CF 4D 1C
Octal 20 114 176 127 50 0 63 317 115 34
Binary 10000 1001100 1111110 1010111 101000 0 110011 11001111 1001101 11100

Color Harmonies of #104C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C7E

Black with #104C7E

Text Example


Text Example

White with #104C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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