Html Css Color HEX #104A78 Dark Cerulean

📋 copy color: '#104A78'

red 16 ◦ green 74 ◦ blue 120

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

Shades of Dark Cerulean #104A78

Tints of Dark Cerulean #104A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.24%

 BLUE value IS 120 (47.27% from 255) = 57.14%

R = 7.62%
G = 35.24%
B = 57.14%

CMYK

 C value IS 0.87

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#104A78 (or 0x104A78) is known color: Dark Cerulean. HEX triplet: 10, 4A and 78. RGB value is (16,74,120). Sum of RGB (Red+Green+Blue) = 16+74+120=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #104A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A78 is #EFB587. Grayscale: #3D3D3D. Windows color (decimal): -15709576 or 7883280. OLE color: 7883280.

HSL color Cylindrical-coordinate representation of color #104A78: hue angle of 206.54º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104A78 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 74 120 -
CMYK 0.87 0.38 0 0.53
HSL 206.54º 0.76% 0.27% -
HSV(B) 206.54º 0.87% 0.47% -
XYZ 6.05 6.36 18.68 -
YUV 61.9 160.78 95.26 -
System Red Green Blue C M Y K H S L
Decimal 16 74 120 0.87 0.38 0 0.53 206.54 0.76 0.27
Hex 10 4A 78 57 26 0 35 CF 4C 1B
Octal 20 112 170 127 46 0 65 317 114 33
Binary 10000 1001010 1111000 1010111 100110 0 110101 11001111 1001100 11011

Color Harmonies of #104A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104A78

Black with #104A78

Text Example


Text Example

White with #104A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,74,120); }

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

background-color css

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

 a { background-color: rgb(16,74,120); }

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

border-color css

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

 span { border-color: rgb(16,74,120); }

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