Html Css Color HEX #0A1D72 Sapphire

📋 copy color: '#0A1D72'

red 10 ◦ green 29 ◦ blue 114

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

Shades of Sapphire #0A1D72

Tints of Sapphire #0A1D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 74.51%

R = 6.54%
G = 18.95%
B = 74.51%

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

#0A1D72 (or 0x0A1D72) is known color: Sapphire. HEX triplet: 0A, 1D and 72. RGB value is (10,29,114). Sum of RGB (Red+Green+Blue) = 10+29+114=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A1D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1D72 is #F5E28D. Grayscale: #202020. Windows color (decimal): -16114318 or 7478538. OLE color: 7478538.

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

Color convert

RGB 10 29 114 -
CMYK 0.91 0.75 0 0.55
HSL 229.04º 0.84% 0.24% -
HSV(B) 229.04º 0.91% 0.45% -
XYZ 3.6 2.16 16.15 -
YUV 33.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 10 29 114 0.91 0.75 0 0.55 229.04 0.84 0.24
Hex A 1D 72 5B 4B 0 37 E5 54 18
Octal 12 35 162 133 113 0 67 345 124 30
Binary 1010 11101 1110010 1011011 1001011 0 110111 11100101 1010100 11000

Color Harmonies of #0A1D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1D72

Black with #0A1D72

Text Example


Text Example

White with #0A1D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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