Html Css Color HEX #104C8C Dark Cerulean

📋 copy color: '#104C8C'

red 16 ◦ green 76 ◦ blue 140

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

Shades of Dark Cerulean #104C8C

Tints of Dark Cerulean #104C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.34%

R = 6.9%
G = 32.76%
B = 60.34%

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

#104C8C (or 0x104C8C) is known color: Dark Cerulean. HEX triplet: 10, 4C and 8C. RGB value is (16,76,140). Sum of RGB (Red+Green+Blue) = 16+76+140=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #104C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C8C is #EFB373. Grayscale: #414141. Windows color (decimal): -15709044 or 9194512. OLE color: 9194512.

HSL color Cylindrical-coordinate representation of color #104C8C: hue angle of 210.97º degrees, saturation: 0.79, 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 #104C8C is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 76 140 -
CMYK 0.89 0.46 0 0.45
HSL 210.97º 0.79% 0.31% -
HSV(B) 210.97º 0.89% 0.55% -
XYZ 7.53 7.17 25.8 -
YUV 65.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 16 76 140 0.89 0.46 0 0.45 210.97 0.79 0.31
Hex 10 4C 8C 59 2E 0 2D D3 4F 1F
Octal 20 114 214 131 56 0 55 323 117 37
Binary 10000 1001100 10001100 1011001 101110 0 101101 11010011 1001111 11111

Color Harmonies of #104C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C8C

Black with #104C8C

Text Example


Text Example

White with #104C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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