Html Css Color HEX #102251 Sapphire

📋 copy color: '#102251'

red 16 ◦ green 34 ◦ blue 81

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

Shades of Sapphire #102251

Tints of Sapphire #102251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.95%

 BLUE value IS 81 (32.03% from 255) = 61.83%

R = 12.21%
G = 25.95%
B = 61.83%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#102251 (or 0x102251) is known color: Sapphire. HEX triplet: 10, 22 and 51. RGB value is (16,34,81). Sum of RGB (Red+Green+Blue) = 16+34+81=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #102251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102251 is #EFDDAE. Grayscale: #212121. Windows color (decimal): -15719855 or 5317136. OLE color: 5317136.

HSL color Cylindrical-coordinate representation of color #102251: hue angle of 223.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #102251 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 16 34 81 -
CMYK 0.80 0.58 0 0.68
HSL 223.38º 0.67% 0.19% -
HSV(B) 223.38º 0.8% 0.32% -
XYZ 2.27 1.85 8.02 -
YUV 33.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 16 34 81 0.80 0.58 0 0.68 223.38 0.67 0.19
Hex 10 22 51 50 3A 0 44 DF 43 13
Octal 20 42 121 120 72 0 104 337 103 23
Binary 10000 100010 1010001 1010000 111010 0 1000100 11011111 1000011 10011

Color Harmonies of #102251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102251

Black with #102251

Text Example


Text Example

White with #102251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102251; }

 p { color: rgb(16,34,81); }

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

background-color css

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

 a { background-color: rgb(16,34,81); }

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

border-color css

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

 span { border-color: rgb(16,34,81); }

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