Html Css Color HEX #0A3071 Sapphire

📋 copy color: '#0A3071'

red 10 ◦ green 48 ◦ blue 113

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

Shades of Sapphire #0A3071

Tints of Sapphire #0A3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.07%

 BLUE value IS 113 (44.53% from 255) = 66.08%

R = 5.85%
G = 28.07%
B = 66.08%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A3071 (or 0x0A3071) is known color: Sapphire. HEX triplet: 0A, 30 and 71. RGB value is (10,48,113). Sum of RGB (Red+Green+Blue) = 10+48+113=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A3071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3071 is #F5CF8E. Grayscale: #2B2B2B. Windows color (decimal): -16109455 or 7417866. OLE color: 7417866.

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

Color convert

RGB 10 48 113 -
CMYK 0.91 0.58 0 0.56
HSL 217.86º 0.84% 0.24% -
HSV(B) 217.86º 0.91% 0.44% -
XYZ 4.16 3.37 16.05 -
YUV 44.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 10 48 113 0.91 0.58 0 0.56 217.86 0.84 0.24
Hex A 30 71 5B 3A 0 38 DA 54 18
Octal 12 60 161 133 72 0 70 332 124 30
Binary 1010 110000 1110001 1011011 111010 0 111000 11011010 1010100 11000

Color Harmonies of #0A3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3071

Black with #0A3071

Text Example


Text Example

White with #0A3071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,48,113); }

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

background-color css

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

 a { background-color: rgb(10,48,113); }

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

border-color css

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

 span { border-color: rgb(10,48,113); }

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