Html Css Color HEX #0A1C5D Sapphire

📋 copy color: '#0A1C5D'

red 10 ◦ green 28 ◦ blue 93

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

Shades of Sapphire #0A1C5D

Tints of Sapphire #0A1C5D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.37%

 BLUE value IS 93 (36.72% from 255) = 70.99%

R = 7.63%
G = 21.37%
B = 70.99%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A1C5D (or 0x0A1C5D) is known color: Sapphire. HEX triplet: 0A, 1C and 5D. RGB value is (10,28,93). Sum of RGB (Red+Green+Blue) = 10+28+93=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A1C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1C5D is #F5E3A2. Grayscale: #1D1D1D. Windows color (decimal): -16114595 or 6102026. OLE color: 6102026.

HSL color Cylindrical-coordinate representation of color #0A1C5D: hue angle of 226.99º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A1C5D is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 28 93 -
CMYK 0.89 0.70 0 0.64
HSL 226.99º 0.81% 0.2% -
HSV(B) 226.99º 0.89% 0.36% -
XYZ 2.52 1.69 10.55 -
YUV 30.03 163.54 113.71 -
System Red Green Blue C M Y K H S L
Decimal 10 28 93 0.89 0.70 0 0.64 226.99 0.81 0.2
Hex A 1C 5D 59 46 0 40 E3 51 14
Octal 12 34 135 131 106 0 100 343 121 24
Binary 1010 11100 1011101 1011001 1000110 0 1000000 11100011 1010001 10100

Color Harmonies of #0A1C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1C5D

Black with #0A1C5D

Text Example


Text Example

White with #0A1C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,28,93); }

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

background-color css

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

 a { background-color: rgb(10,28,93); }

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

border-color css

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

 span { border-color: rgb(10,28,93); }

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