Html Css Color HEX #102363 Sapphire

📋 copy color: '#102363'

red 16 ◦ green 35 ◦ blue 99

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

Shades of Sapphire #102363

Tints of Sapphire #102363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 66%

R = 10.67%
G = 23.33%
B = 66%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#102363 (or 0x102363) is known color: Sapphire. HEX triplet: 10, 23 and 63. RGB value is (16,35,99). Sum of RGB (Red+Green+Blue) = 16+35+99=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #102363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102363 is #EFDC9C. Grayscale: #242424. Windows color (decimal): -15719581 or 6497040. OLE color: 6497040.

HSL color Cylindrical-coordinate representation of color #102363: hue angle of 226.27º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102363 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 35 99 -
CMYK 0.84 0.65 0 0.61
HSL 226.27º 0.72% 0.23% -
HSV(B) 226.27º 0.84% 0.39% -
XYZ 3.07 2.21 12.07 -
YUV 36.62 163.21 113.3 -
System Red Green Blue C M Y K H S L
Decimal 16 35 99 0.84 0.65 0 0.61 226.27 0.72 0.23
Hex 10 23 63 54 41 0 3D E2 48 17
Octal 20 43 143 124 101 0 75 342 110 27
Binary 10000 100011 1100011 1010100 1000001 0 111101 11100010 1001000 10111

Color Harmonies of #102363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102363

Black with #102363

Text Example


Text Example

White with #102363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102363; }

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

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

background-color css

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

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

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

border-color css

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

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

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