Html Css Color HEX #103583 Dark Cerulean

📋 copy color: '#103583'

red 16 ◦ green 53 ◦ blue 131

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

Shades of Dark Cerulean #103583

Tints of Dark Cerulean #103583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 65.5%

R = 8%
G = 26.5%
B = 65.5%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#103583 (or 0x103583) is known color: Dark Cerulean. HEX triplet: 10, 35 and 83. RGB value is (16,53,131). Sum of RGB (Red+Green+Blue) = 16+53+131=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 131 (51.56% from 255 or 65.5% from 200); Max value from RGB is 131 - color contains mainly: blue. Hex color #103583 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103583 is #EFCA7C. Grayscale: #323232. Windows color (decimal): -15714941 or 8598800. OLE color: 8598800.

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

Color convert

RGB 16 53 131 -
CMYK 0.88 0.60 0 0.49
HSL 220.7º 0.78% 0.29% -
HSV(B) 220.7º 0.88% 0.51% -
XYZ 5.58 4.3 22.01 -
YUV 50.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 16 53 131 0.88 0.60 0 0.49 220.7 0.78 0.29
Hex 10 35 83 58 3C 0 31 DD 4E 1D
Octal 20 65 203 130 74 0 61 335 116 35
Binary 10000 110101 10000011 1011000 111100 0 110001 11011101 1001110 11101

Color Harmonies of #103583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103583

Black with #103583

Text Example


Text Example

White with #103583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103583; }

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

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

background-color css

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

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

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

border-color css

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

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

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