Html Css Color HEX #104181 Dark Cerulean

📋 copy color: '#104181'

red 16 ◦ green 65 ◦ blue 129

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

Shades of Dark Cerulean #104181

Tints of Dark Cerulean #104181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

 BLUE value IS 129 (50.78% from 255) = 61.43%

R = 7.62%
G = 30.95%
B = 61.43%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#104181 (or 0x104181) is known color: Dark Cerulean. HEX triplet: 10, 41 and 81. RGB value is (16,65,129). Sum of RGB (Red+Green+Blue) = 16+65+129=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #104181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104181 is #EFBE7E. Grayscale: #393939. Windows color (decimal): -15711871 or 8470800. OLE color: 8470800.

HSL color Cylindrical-coordinate representation of color #104181: hue angle of 213.98º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104181 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 65 129 -
CMYK 0.88 0.50 0 0.49
HSL 213.98º 0.78% 0.28% -
HSV(B) 213.98º 0.88% 0.51% -
XYZ 6.07 5.48 21.51 -
YUV 57.65 168.27 98.3 -
System Red Green Blue C M Y K H S L
Decimal 16 65 129 0.88 0.50 0 0.49 213.98 0.78 0.28
Hex 10 41 81 58 32 0 31 D6 4E 1C
Octal 20 101 201 130 62 0 61 326 116 34
Binary 10000 1000001 10000001 1011000 110010 0 110001 11010110 1001110 11100

Color Harmonies of #104181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104181

Black with #104181

Text Example


Text Example

White with #104181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104181; }

 p { color: rgb(16,65,129); }

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

background-color css

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

 a { background-color: rgb(16,65,129); }

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

border-color css

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

 span { border-color: rgb(16,65,129); }

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