Html Css Color HEX #103881 Dark Cerulean

📋 copy color: '#103881'

red 16 ◦ green 56 ◦ blue 129

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

Shades of Dark Cerulean #103881

Tints of Dark Cerulean #103881

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

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

R = 7.96%
G = 27.86%
B = 64.18%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#103881 (or 0x103881) is known color: Dark Cerulean. HEX triplet: 10, 38 and 81. RGB value is (16,56,129). Sum of RGB (Red+Green+Blue) = 16+56+129=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 129 (50.78% from 255 or 64.18% from 201); Max value from RGB is 129 - color contains mainly: blue. Hex color #103881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103881 is #EFC77E. Grayscale: #343434. Windows color (decimal): -15714175 or 8468496. OLE color: 8468496.

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

Color convert

RGB 16 56 129 -
CMYK 0.88 0.57 0 0.49
HSL 218.76º 0.78% 0.28% -
HSV(B) 218.76º 0.88% 0.51% -
XYZ 5.59 4.52 21.35 -
YUV 52.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 16 56 129 0.88 0.57 0 0.49 218.76 0.78 0.28
Hex 10 38 81 58 39 0 31 DB 4E 1C
Octal 20 70 201 130 71 0 61 333 116 34
Binary 10000 111000 10000001 1011000 111001 0 110001 11011011 1001110 11100

Color Harmonies of #103881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103881

Black with #103881

Text Example


Text Example

White with #103881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103881; }

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

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

background-color css

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

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

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

border-color css

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

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

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