Html Css Color HEX #103581 Dark Cerulean

📋 copy color: '#103581'

red 16 ◦ green 53 ◦ blue 129

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

Shades of Dark Cerulean #103581

Tints of Dark Cerulean #103581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.77%

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

R = 8.08%
G = 26.77%
B = 65.15%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#103581 (or 0x103581) is known color: Dark Cerulean. HEX triplet: 10, 35 and 81. RGB value is (16,53,129). Sum of RGB (Red+Green+Blue) = 16+53+129=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #103581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103581 is #EFCA7E. Grayscale: #323232. Windows color (decimal): -15714943 or 8467728. OLE color: 8467728.

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

Color convert

RGB 16 53 129 -
CMYK 0.88 0.59 0 0.49
HSL 220.35º 0.78% 0.28% -
HSV(B) 220.35º 0.88% 0.51% -
XYZ 5.45 4.24 21.3 -
YUV 50.6 172.24 103.32 -
System Red Green Blue C M Y K H S L
Decimal 16 53 129 0.88 0.59 0 0.49 220.35 0.78 0.28
Hex 10 35 81 58 3B 0 31 DC 4E 1C
Octal 20 65 201 130 73 0 61 334 116 34
Binary 10000 110101 10000001 1011000 111011 0 110001 11011100 1001110 11100

Color Harmonies of #103581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103581

Black with #103581

Text Example


Text Example

White with #103581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103581; }

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

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

background-color css

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

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

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

border-color css

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

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

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