Html Css Color HEX #0A3073 Sapphire

📋 copy color: '#0A3073'

red 10 ◦ green 48 ◦ blue 115

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

Shades of Sapphire #0A3073

Tints of Sapphire #0A3073

RGB

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

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

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

R = 5.78%
G = 27.75%
B = 66.47%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A3073 (or 0x0A3073) is known color: Sapphire. HEX triplet: 0A, 30 and 73. RGB value is (10,48,115). Sum of RGB (Red+Green+Blue) = 10+48+115=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A3073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3073 is #F5CF8C. Grayscale: #2B2B2B. Windows color (decimal): -16109453 or 7548938. OLE color: 7548938.

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

Color convert

RGB 10 48 115 -
CMYK 0.91 0.58 0 0.55
HSL 218.29º 0.84% 0.25% -
HSV(B) 218.29º 0.91% 0.45% -
XYZ 4.28 3.42 16.65 -
YUV 44.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 10 48 115 0.91 0.58 0 0.55 218.29 0.84 0.25
Hex A 30 73 5B 3A 0 37 DA 54 19
Octal 12 60 163 133 72 0 67 332 124 31
Binary 1010 110000 1110011 1011011 111010 0 110111 11011010 1010100 11001

Color Harmonies of #0A3073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3073

Black with #0A3073

Text Example


Text Example

White with #0A3073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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