Html Css Color HEX #102553 Sapphire

📋 copy color: '#102553'

red 16 ◦ green 37 ◦ blue 83

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

Shades of Sapphire #102553

Tints of Sapphire #102553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.21%

 BLUE value IS 83 (32.81% from 255) = 61.03%

R = 11.76%
G = 27.21%
B = 61.03%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#102553 (or 0x102553) is known color: Sapphire. HEX triplet: 10, 25 and 53. RGB value is (16,37,83). Sum of RGB (Red+Green+Blue) = 16+37+83=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #102553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102553 is #EFDAAC. Grayscale: #232323. Windows color (decimal): -15719085 or 5448976. OLE color: 5448976.

HSL color Cylindrical-coordinate representation of color #102553: hue angle of 221.19º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102553 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 37 83 -
CMYK 0.81 0.55 0 0.67
HSL 221.19º 0.68% 0.19% -
HSV(B) 221.19º 0.81% 0.33% -
XYZ 2.44 2.06 8.45 -
YUV 35.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 16 37 83 0.81 0.55 0 0.67 221.19 0.68 0.19
Hex 10 25 53 51 37 0 43 DD 44 13
Octal 20 45 123 121 67 0 103 335 104 23
Binary 10000 100101 1010011 1010001 110111 0 1000011 11011101 1000100 10011

Color Harmonies of #102553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102553

Black with #102553

Text Example


Text Example

White with #102553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102553; }

 p { color: rgb(16,37,83); }

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

background-color css

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

 a { background-color: rgb(16,37,83); }

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

border-color css

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

 span { border-color: rgb(16,37,83); }

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