Html Css Color HEX #0A307F Sapphire

📋 copy color: '#0A307F'

red 10 ◦ green 48 ◦ blue 127

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

Shades of Sapphire #0A307F

Tints of Sapphire #0A307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 68.65%

R = 5.41%
G = 25.95%
B = 68.65%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0A307F (or 0x0A307F) is known color: Sapphire. HEX triplet: 0A, 30 and 7F. RGB value is (10,48,127). Sum of RGB (Red+Green+Blue) = 10+48+127=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #0A307F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A307F is #F5CF80. Grayscale: #2D2D2D. Windows color (decimal): -16109441 or 8335370. OLE color: 8335370.

HSL color Cylindrical-coordinate representation of color #0A307F: hue angle of 220.51º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A307F is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 10 48 127 -
CMYK 0.92 0.62 0 0.50
HSL 220.51º 0.85% 0.27% -
HSV(B) 220.51º 0.92% 0.5% -
XYZ 5.01 3.71 20.53 -
YUV 45.64 173.91 102.58 -
System Red Green Blue C M Y K H S L
Decimal 10 48 127 0.92 0.62 0 0.50 220.51 0.85 0.27
Hex A 30 7F 5C 3E 0 32 DD 55 1B
Octal 12 60 177 134 76 0 62 335 125 33
Binary 1010 110000 1111111 1011100 111110 0 110010 11011101 1010101 11011

Color Harmonies of #0A307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A307F

Black with #0A307F

Text Example


Text Example

White with #0A307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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