Html Css Color HEX #104D90 Dark Cerulean

📋 copy color: '#104D90'

red 16 ◦ green 77 ◦ blue 144

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

Shades of Dark Cerulean #104D90

Tints of Dark Cerulean #104D90

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.49%

 BLUE value IS 144 (56.64% from 255) = 60.76%

R = 6.75%
G = 32.49%
B = 60.76%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#104D90 (or 0x104D90) is known color: Dark Cerulean. HEX triplet: 10, 4D and 90. RGB value is (16,77,144). Sum of RGB (Red+Green+Blue) = 16+77+144=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #104D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104D90 is #EFB26F. Grayscale: #424242. Windows color (decimal): -15708784 or 9456912. OLE color: 9456912.

HSL color Cylindrical-coordinate representation of color #104D90: hue angle of 211.41º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104D90 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 77 144 -
CMYK 0.89 0.47 0 0.44
HSL 211.41º 0.8% 0.31% -
HSV(B) 211.41º 0.89% 0.56% -
XYZ 7.9 7.43 27.4 -
YUV 66.4 171.79 92.05 -
System Red Green Blue C M Y K H S L
Decimal 16 77 144 0.89 0.47 0 0.44 211.41 0.8 0.31
Hex 10 4D 90 59 2F 0 2C D3 50 1F
Octal 20 115 220 131 57 0 54 323 120 37
Binary 10000 1001101 10010000 1011001 101111 0 101100 11010011 1010000 11111

Color Harmonies of #104D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D90

Black with #104D90

Text Example


Text Example

White with #104D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,77,144); }

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

background-color css

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

 a { background-color: rgb(16,77,144); }

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

border-color css

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

 span { border-color: rgb(16,77,144); }

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