Html Css Color HEX #10264F Sapphire

📋 copy color: '#10264F'

red 16 ◦ green 38 ◦ blue 79

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

Shades of Sapphire #10264F

Tints of Sapphire #10264F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.57%

 BLUE value IS 79 (31.25% from 255) = 59.4%

R = 12.03%
G = 28.57%
B = 59.4%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10264F (or 0x10264F) is known color: Sapphire. HEX triplet: 10, 26 and 4F. RGB value is (16,38,79). Sum of RGB (Red+Green+Blue) = 16+38+79=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #10264F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10264F is #EFD9B0. Grayscale: #232323. Windows color (decimal): -15718833 or 5187088. OLE color: 5187088.

HSL color Cylindrical-coordinate representation of color #10264F: hue angle of 219.05º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10264F is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 38 79 -
CMYK 0.80 0.52 0 0.69
HSL 219.05º 0.66% 0.19% -
HSV(B) 219.05º 0.8% 0.31% -
XYZ 2.32 2.06 7.67 -
YUV 36.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 16 38 79 0.80 0.52 0 0.69 219.05 0.66 0.19
Hex 10 26 4F 50 34 0 45 DB 42 13
Octal 20 46 117 120 64 0 105 333 102 23
Binary 10000 100110 1001111 1010000 110100 0 1000101 11011011 1000010 10011

Color Harmonies of #10264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10264F

Black with #10264F

Text Example


Text Example

White with #10264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10264F; }

 p { color: rgb(16,38,79); }

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

background-color css

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

 a { background-color: rgb(16,38,79); }

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

border-color css

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

 span { border-color: rgb(16,38,79); }

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