Html Css Color HEX #102F63 Sapphire

📋 copy color: '#102F63'

red 16 ◦ green 47 ◦ blue 99

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

Shades of Sapphire #102F63

Tints of Sapphire #102F63

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.01%

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

R = 9.88%
G = 29.01%
B = 61.11%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#102F63 (or 0x102F63) is known color: Sapphire. HEX triplet: 10, 2F and 63. RGB value is (16,47,99). Sum of RGB (Red+Green+Blue) = 16+47+99=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #102F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F63 is #EFD09C. Grayscale: #2B2B2B. Windows color (decimal): -15716509 or 6500112. OLE color: 6500112.

HSL color Cylindrical-coordinate representation of color #102F63: hue angle of 217.59º 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 #102F63 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 47 99 -
CMYK 0.84 0.53 0 0.61
HSL 217.59º 0.72% 0.23% -
HSV(B) 217.59º 0.84% 0.39% -
XYZ 3.48 3.04 12.21 -
YUV 43.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 16 47 99 0.84 0.53 0 0.61 217.59 0.72 0.23
Hex 10 2F 63 54 35 0 3D DA 48 17
Octal 20 57 143 124 65 0 75 332 110 27
Binary 10000 101111 1100011 1010100 110101 0 111101 11011010 1001000 10111

Color Harmonies of #102F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102F63

Black with #102F63

Text Example


Text Example

White with #102F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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