Html Css Color HEX #0A1D73 Sapphire

📋 copy color: '#0A1D73'

red 10 ◦ green 29 ◦ blue 115

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

Shades of Sapphire #0A1D73

Tints of Sapphire #0A1D73

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.83%

 BLUE value IS 115 (45.31% from 255) = 74.68%

R = 6.49%
G = 18.83%
B = 74.68%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A1D73 (or 0x0A1D73) is known color: Sapphire. HEX triplet: 0A, 1D and 73. RGB value is (10,29,115). Sum of RGB (Red+Green+Blue) = 10+29+115=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 115 (45.31% from 255 or 74.68% from 154); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A1D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1D73 is #F5E28C. Grayscale: #202020. Windows color (decimal): -16114317 or 7544074. OLE color: 7544074.

HSL color Cylindrical-coordinate representation of color #0A1D73: hue angle of 229.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1D73 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 29 115 -
CMYK 0.91 0.75 0 0.55
HSL 229.14º 0.84% 0.25% -
HSV(B) 229.14º 0.91% 0.45% -
XYZ 3.66 2.18 16.45 -
YUV 33.12 174.21 111.51 -
System Red Green Blue C M Y K H S L
Decimal 10 29 115 0.91 0.75 0 0.55 229.14 0.84 0.25
Hex A 1D 73 5B 4B 0 37 E5 54 19
Octal 12 35 163 133 113 0 67 345 124 31
Binary 1010 11101 1110011 1011011 1001011 0 110111 11100101 1010100 11001

Color Harmonies of #0A1D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1D73

Black with #0A1D73

Text Example


Text Example

White with #0A1D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,29,115); }

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

background-color css

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

 a { background-color: rgb(10,29,115); }

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

border-color css

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

 span { border-color: rgb(10,29,115); }

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