Html Css Color HEX #104D96 Dark Cerulean

📋 copy color: '#104D96'

red 16 ◦ green 77 ◦ blue 150

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

Shades of Dark Cerulean #104D96

Tints of Dark Cerulean #104D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.73%

R = 6.58%
G = 31.69%
B = 61.73%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#104D96 (or 0x104D96) is known color: Dark Cerulean. HEX triplet: 10, 4D and 96. RGB value is (16,77,150). Sum of RGB (Red+Green+Blue) = 16+77+150=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #104D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104D96 is #EFB269. Grayscale: #424242. Windows color (decimal): -15708778 or 9850128. OLE color: 9850128.

HSL color Cylindrical-coordinate representation of color #104D96: hue angle of 212.69º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104D96 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 77 150 -
CMYK 0.89 0.49 0 0.41
HSL 212.69º 0.81% 0.33% -
HSV(B) 212.69º 0.89% 0.59% -
XYZ 8.37 7.62 29.88 -
YUV 67.08 174.79 91.56 -
System Red Green Blue C M Y K H S L
Decimal 16 77 150 0.89 0.49 0 0.41 212.69 0.81 0.33
Hex 10 4D 96 59 31 0 29 D5 51 21
Octal 20 115 226 131 61 0 51 325 121 41
Binary 10000 1001101 10010110 1011001 110001 0 101001 11010101 1010001 100001

Color Harmonies of #104D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D96

Black with #104D96

Text Example


Text Example

White with #104D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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