Html Css Color HEX #0A1351 Sapphire

📋 copy color: '#0A1351'

red 10 ◦ green 19 ◦ blue 81

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

Shades of Sapphire #0A1351

Tints of Sapphire #0A1351

RGB

 RED value IS 10 (4.3% from 255) = 9.09%

 GREEN value IS 19 (7.81% from 255) = 17.27%

 BLUE value IS 81 (32.03% from 255) = 73.64%

R = 9.09%
G = 17.27%
B = 73.64%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0A1351 (or 0x0A1351) is known color: Sapphire. HEX triplet: 0A, 13 and 51. RGB value is (10,19,81). Sum of RGB (Red+Green+Blue) = 10+19+81=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 81 (32.03% from 255 or 73.64% from 110); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A1351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1351 is #F5ECAE. Grayscale: #171717. Windows color (decimal): -16116911 or 5313290. OLE color: 5313290.

HSL color Cylindrical-coordinate representation of color #0A1351: hue angle of 232.39º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1351 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 10 19 81 -
CMYK 0.88 0.77 0 0.68
HSL 232.39º 0.78% 0.18% -
HSV(B) 232.39º 0.88% 0.32% -
XYZ 1.84 1.12 7.9 -
YUV 23.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 10 19 81 0.88 0.77 0 0.68 232.39 0.78 0.18
Hex A 13 51 58 4D 0 44 E8 4E 12
Octal 12 23 121 130 115 0 104 350 116 22
Binary 1010 10011 1010001 1011000 1001101 0 1000100 11101000 1001110 10010

Color Harmonies of #0A1351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1351

Black with #0A1351

Text Example


Text Example

White with #0A1351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A1351; }

 p { color: rgb(10,19,81); }

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

background-color css

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

 a { background-color: rgb(10,19,81); }

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

border-color css

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

 span { border-color: rgb(10,19,81); }

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