Html Css Color HEX #0A2773 Sapphire

📋 copy color: '#0A2773'

red 10 ◦ green 39 ◦ blue 115

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

Shades of Sapphire #0A2773

Tints of Sapphire #0A2773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.78%

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

R = 6.1%
G = 23.78%
B = 70.12%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A2773 (or 0x0A2773) is known color: Sapphire. HEX triplet: 0A, 27 and 73. RGB value is (10,39,115). Sum of RGB (Red+Green+Blue) = 10+39+115=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A2773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2773 is #F5D88C. Grayscale: #262626. Windows color (decimal): -16111757 or 7546634. OLE color: 7546634.

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

Color convert

RGB 10 39 115 -
CMYK 0.91 0.66 0 0.55
HSL 223.43º 0.84% 0.25% -
HSV(B) 223.43º 0.91% 0.45% -
XYZ 3.95 2.75 16.54 -
YUV 38.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 10 39 115 0.91 0.66 0 0.55 223.43 0.84 0.25
Hex A 27 73 5B 42 0 37 DF 54 19
Octal 12 47 163 133 102 0 67 337 124 31
Binary 1010 100111 1110011 1011011 1000010 0 110111 11011111 1010100 11001

Color Harmonies of #0A2773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2773

Black with #0A2773

Text Example


Text Example

White with #0A2773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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