Html Css Color HEX #104D8B Dark Cerulean

📋 copy color: '#104D8B'

red 16 ◦ green 77 ◦ blue 139

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

Shades of Dark Cerulean #104D8B

Tints of Dark Cerulean #104D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.91%

R = 6.9%
G = 33.19%
B = 59.91%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#104D8B (or 0x104D8B) is known color: Dark Cerulean. HEX triplet: 10, 4D and 8B. RGB value is (16,77,139). Sum of RGB (Red+Green+Blue) = 16+77+139=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #104D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104D8B is #EFB274. Grayscale: #414141. Windows color (decimal): -15708789 or 9129232. OLE color: 9129232.

HSL color Cylindrical-coordinate representation of color #104D8B: hue angle of 210.24º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104D8B is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 77 139 -
CMYK 0.88 0.45 0 0.45
HSL 210.24º 0.79% 0.3% -
HSV(B) 210.24º 0.88% 0.55% -
XYZ 7.53 7.28 25.43 -
YUV 65.83 169.29 92.46 -
System Red Green Blue C M Y K H S L
Decimal 16 77 139 0.88 0.45 0 0.45 210.24 0.79 0.3
Hex 10 4D 8B 58 2D 0 2D D2 4F 1E
Octal 20 115 213 130 55 0 55 322 117 36
Binary 10000 1001101 10001011 1011000 101101 0 101101 11010010 1001111 11110

Color Harmonies of #104D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D8B

Black with #104D8B

Text Example


Text Example

White with #104D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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