Html Css Color HEX #10235D Sapphire

📋 copy color: '#10235D'

red 16 ◦ green 35 ◦ blue 93

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

Shades of Sapphire #10235D

Tints of Sapphire #10235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.31%

 BLUE value IS 93 (36.72% from 255) = 64.58%

R = 11.11%
G = 24.31%
B = 64.58%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10235D (or 0x10235D) is known color: Sapphire. HEX triplet: 10, 23 and 5D. RGB value is (16,35,93). Sum of RGB (Red+Green+Blue) = 16+35+93=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #10235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10235D is #EFDCA2. Grayscale: #232323. Windows color (decimal): -15719587 or 6103824. OLE color: 6103824.

HSL color Cylindrical-coordinate representation of color #10235D: hue angle of 225.19º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10235D is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 35 93 -
CMYK 0.83 0.62 0 0.64
HSL 225.19º 0.71% 0.21% -
HSV(B) 225.19º 0.83% 0.36% -
XYZ 2.79 2.1 10.61 -
YUV 35.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 16 35 93 0.83 0.62 0 0.64 225.19 0.71 0.21
Hex 10 23 5D 53 3E 0 40 E1 47 15
Octal 20 43 135 123 76 0 100 341 107 25
Binary 10000 100011 1011101 1010011 111110 0 1000000 11100001 1000111 10101

Color Harmonies of #10235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10235D

Black with #10235D

Text Example


Text Example

White with #10235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10235D; }

 p { color: rgb(16,35,93); }

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

background-color css

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

 a { background-color: rgb(16,35,93); }

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

border-color css

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

 span { border-color: rgb(16,35,93); }

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