Html Css Color HEX #10224E Sapphire

📋 copy color: '#10224E'

red 16 ◦ green 34 ◦ blue 78

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

Shades of Sapphire #10224E

Tints of Sapphire #10224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.56%

 BLUE value IS 78 (30.86% from 255) = 60.94%

R = 12.5%
G = 26.56%
B = 60.94%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10224E (or 0x10224E) is known color: Sapphire. HEX triplet: 10, 22 and 4E. RGB value is (16,34,78). Sum of RGB (Red+Green+Blue) = 16+34+78=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #10224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10224E is #EFDDB1. Grayscale: #212121. Windows color (decimal): -15719858 or 5120528. OLE color: 5120528.

HSL color Cylindrical-coordinate representation of color #10224E: hue angle of 222.58º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10224E is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 34 78 -
CMYK 0.79 0.56 0 0.69
HSL 222.58º 0.66% 0.18% -
HSV(B) 222.58º 0.79% 0.31% -
XYZ 2.16 1.8 7.44 -
YUV 33.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 16 34 78 0.79 0.56 0 0.69 222.58 0.66 0.18
Hex 10 22 4E 4F 38 0 45 DF 42 12
Octal 20 42 116 117 70 0 105 337 102 22
Binary 10000 100010 1001110 1001111 111000 0 1000101 11011111 1000010 10010

Color Harmonies of #10224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10224E

Black with #10224E

Text Example


Text Example

White with #10224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10224E; }

 p { color: rgb(16,34,78); }

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

background-color css

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

 a { background-color: rgb(16,34,78); }

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

border-color css

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

 span { border-color: rgb(16,34,78); }

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