Html Css Color HEX #0A3070 Sapphire

📋 copy color: '#0A3070'

red 10 ◦ green 48 ◦ blue 112

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

Shades of Sapphire #0A3070

Tints of Sapphire #0A3070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 65.88%

R = 5.88%
G = 28.24%
B = 65.88%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A3070 (or 0x0A3070) is known color: Sapphire. HEX triplet: 0A, 30 and 70. RGB value is (10,48,112). Sum of RGB (Red+Green+Blue) = 10+48+112=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A3070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3070 is #F5CF8F. Grayscale: #2B2B2B. Windows color (decimal): -16109456 or 7352330. OLE color: 7352330.

HSL color Cylindrical-coordinate representation of color #0A3070: hue angle of 217.65º 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 #0A3070 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 48 112 -
CMYK 0.91 0.57 0 0.56
HSL 217.65º 0.84% 0.24% -
HSV(B) 217.65º 0.91% 0.44% -
XYZ 4.11 3.35 15.76 -
YUV 43.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 10 48 112 0.91 0.57 0 0.56 217.65 0.84 0.24
Hex A 30 70 5B 39 0 38 DA 54 18
Octal 12 60 160 133 71 0 70 332 124 30
Binary 1010 110000 1110000 1011011 111001 0 111000 11011010 1010100 11000

Color Harmonies of #0A3070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3070

Black with #0A3070

Text Example


Text Example

White with #0A3070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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