Html Css Color HEX #103181 Dark Cerulean

📋 copy color: '#103181'

red 16 ◦ green 49 ◦ blue 129

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

Shades of Dark Cerulean #103181

Tints of Dark Cerulean #103181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.26%

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

R = 8.25%
G = 25.26%
B = 66.49%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#103181 (or 0x103181) is known color: Dark Cerulean. HEX triplet: 10, 31 and 81. RGB value is (16,49,129). Sum of RGB (Red+Green+Blue) = 16+49+129=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #103181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103181 is #EFCE7E. Grayscale: #2F2F2F. Windows color (decimal): -15715967 or 8466704. OLE color: 8466704.

HSL color Cylindrical-coordinate representation of color #103181: hue angle of 222.48º 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 #103181 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 49 129 -
CMYK 0.88 0.62 0 0.49
HSL 222.48º 0.78% 0.28% -
HSV(B) 222.48º 0.88% 0.51% -
XYZ 5.27 3.89 21.24 -
YUV 48.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 16 49 129 0.88 0.62 0 0.49 222.48 0.78 0.28
Hex 10 31 81 58 3E 0 31 DE 4E 1C
Octal 20 61 201 130 76 0 61 336 116 34
Binary 10000 110001 10000001 1011000 111110 0 110001 11011110 1001110 11100

Color Harmonies of #103181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103181

Black with #103181

Text Example


Text Example

White with #103181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103181; }

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

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

background-color css

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

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

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

border-color css

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

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

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