Html Css Color HEX #103180 Dark Cerulean

📋 copy color: '#103180'

red 16 ◦ green 49 ◦ blue 128

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

Shades of Dark Cerulean #103180

Tints of Dark Cerulean #103180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 66.32%

R = 8.29%
G = 25.39%
B = 66.32%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#103180 (or 0x103180) is known color: Dark Cerulean. HEX triplet: 10, 31 and 80. RGB value is (16,49,128). Sum of RGB (Red+Green+Blue) = 16+49+128=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #103180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103180 is #EFCE7F. Grayscale: #2F2F2F. Windows color (decimal): -15715968 or 8401168. OLE color: 8401168.

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

Color convert

RGB 16 49 128 -
CMYK 0.88 0.62 0 0.50
HSL 222.32º 0.78% 0.28% -
HSV(B) 222.32º 0.88% 0.5% -
XYZ 5.21 3.87 20.89 -
YUV 48.14 173.07 105.08 -
System Red Green Blue C M Y K H S L
Decimal 16 49 128 0.88 0.62 0 0.50 222.32 0.78 0.28
Hex 10 31 80 58 3E 0 32 DE 4E 1C
Octal 20 61 200 130 76 0 62 336 116 34
Binary 10000 110001 10000000 1011000 111110 0 110010 11011110 1001110 11100

Color Harmonies of #103180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103180

Black with #103180

Text Example


Text Example

White with #103180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103180; }

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

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

background-color css

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

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

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

border-color css

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

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

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