Html Css Color HEX #0A1D76 Sapphire

📋 copy color: '#0A1D76'

red 10 ◦ green 29 ◦ blue 118

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

Shades of Sapphire #0A1D76

Tints of Sapphire #0A1D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 75.16%

R = 6.37%
G = 18.47%
B = 75.16%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0A1D76 (or 0x0A1D76) is known color: Sapphire. HEX triplet: 0A, 1D and 76. RGB value is (10,29,118). Sum of RGB (Red+Green+Blue) = 10+29+118=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A1D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1D76 is #F5E289. Grayscale: #212121. Windows color (decimal): -16114314 or 7740682. OLE color: 7740682.

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

Color convert

RGB 10 29 118 -
CMYK 0.92 0.75 0 0.54
HSL 229.44º 0.84% 0.25% -
HSV(B) 229.44º 0.92% 0.46% -
XYZ 3.83 2.25 17.37 -
YUV 33.47 175.71 111.26 -
System Red Green Blue C M Y K H S L
Decimal 10 29 118 0.92 0.75 0 0.54 229.44 0.84 0.25
Hex A 1D 76 5C 4B 0 36 E5 54 19
Octal 12 35 166 134 113 0 66 345 124 31
Binary 1010 11101 1110110 1011100 1001011 0 110110 11100101 1010100 11001

Color Harmonies of #0A1D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1D76

Black with #0A1D76

Text Example


Text Example

White with #0A1D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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