Html Css Color HEX #104C8D Dark Cerulean

📋 copy color: '#104C8D'

red 16 ◦ green 76 ◦ blue 141

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

Shades of Dark Cerulean #104C8D

Tints of Dark Cerulean #104C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60.52%

R = 6.87%
G = 32.62%
B = 60.52%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#104C8D (or 0x104C8D) is known color: Dark Cerulean. HEX triplet: 10, 4C and 8D. RGB value is (16,76,141). Sum of RGB (Red+Green+Blue) = 16+76+141=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #104C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C8D is #EFB372. Grayscale: #414141. Windows color (decimal): -15709043 or 9260048. OLE color: 9260048.

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

Color convert

RGB 16 76 141 -
CMYK 0.89 0.46 0 0.45
HSL 211.2º 0.8% 0.31% -
HSV(B) 211.2º 0.89% 0.55% -
XYZ 7.61 7.2 26.19 -
YUV 65.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 16 76 141 0.89 0.46 0 0.45 211.2 0.8 0.31
Hex 10 4C 8D 59 2E 0 2D D3 50 1F
Octal 20 114 215 131 56 0 55 323 120 37
Binary 10000 1001100 10001101 1011001 101110 0 101101 11010011 1010000 11111

Color Harmonies of #104C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C8D

Black with #104C8D

Text Example


Text Example

White with #104C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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