Html Css Color HEX #102365 Sapphire

📋 copy color: '#102365'

red 16 ◦ green 35 ◦ blue 101

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

Shades of Sapphire #102365

Tints of Sapphire #102365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 66.45%

R = 10.53%
G = 23.03%
B = 66.45%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#102365 (or 0x102365) is known color: Sapphire. HEX triplet: 10, 23 and 65. RGB value is (16,35,101). Sum of RGB (Red+Green+Blue) = 16+35+101=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #102365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102365 is #EFDC9A. Grayscale: #242424. Windows color (decimal): -15719579 or 6628112. OLE color: 6628112.

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

Color convert

RGB 16 35 101 -
CMYK 0.84 0.65 0 0.60
HSL 226.59º 0.73% 0.23% -
HSV(B) 226.59º 0.84% 0.4% -
XYZ 3.16 2.25 12.58 -
YUV 36.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 16 35 101 0.84 0.65 0 0.60 226.59 0.73 0.23
Hex 10 23 65 54 41 0 3C E3 49 17
Octal 20 43 145 124 101 0 74 343 111 27
Binary 10000 100011 1100101 1010100 1000001 0 111100 11100011 1001001 10111

Color Harmonies of #102365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102365

Black with #102365

Text Example


Text Example

White with #102365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102365; }

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

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

background-color css

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

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

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

border-color css

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

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

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