Html Css Color HEX #0A307E Sapphire

📋 copy color: '#0A307E'

red 10 ◦ green 48 ◦ blue 126

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

Shades of Sapphire #0A307E

Tints of Sapphire #0A307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 68.48%

R = 5.43%
G = 26.09%
B = 68.48%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A307E (or 0x0A307E) is known color: Sapphire. HEX triplet: 0A, 30 and 7E. RGB value is (10,48,126). Sum of RGB (Red+Green+Blue) = 10+48+126=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 126 (49.61% from 255 or 68.48% from 184); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A307E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A307E is #F5CF81. Grayscale: #2D2D2D. Windows color (decimal): -16109442 or 8269834. OLE color: 8269834.

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

Color convert

RGB 10 48 126 -
CMYK 0.92 0.62 0 0.51
HSL 220.34º 0.85% 0.27% -
HSV(B) 220.34º 0.92% 0.49% -
XYZ 4.95 3.68 20.19 -
YUV 45.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 10 48 126 0.92 0.62 0 0.51 220.34 0.85 0.27
Hex A 30 7E 5C 3E 0 33 DC 55 1B
Octal 12 60 176 134 76 0 63 334 125 33
Binary 1010 110000 1111110 1011100 111110 0 110011 11011100 1010101 11011

Color Harmonies of #0A307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A307E

Black with #0A307E

Text Example


Text Example

White with #0A307E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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