Html Css Color HEX #0A2C5D Sapphire

📋 copy color: '#0A2C5D'

red 10 ◦ green 44 ◦ blue 93

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

Shades of Sapphire #0A2C5D

Tints of Sapphire #0A2C5D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.93%

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

R = 6.8%
G = 29.93%
B = 63.27%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A2C5D (or 0x0A2C5D) is known color: Sapphire. HEX triplet: 0A, 2C and 5D. RGB value is (10,44,93). Sum of RGB (Red+Green+Blue) = 10+44+93=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A2C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2C5D is #F5D3A2. Grayscale: #272727. Windows color (decimal): -16110499 or 6106122. OLE color: 6106122.

HSL color Cylindrical-coordinate representation of color #0A2C5D: hue angle of 215.42º 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 #0A2C5D is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 44 93 -
CMYK 0.89 0.53 0 0.64
HSL 215.42º 0.81% 0.2% -
HSV(B) 215.42º 0.89% 0.36% -
XYZ 3 2.66 10.71 -
YUV 39.42 158.24 107.02 -
System Red Green Blue C M Y K H S L
Decimal 10 44 93 0.89 0.53 0 0.64 215.42 0.81 0.2
Hex A 2C 5D 59 35 0 40 D7 51 14
Octal 12 54 135 131 65 0 100 327 121 24
Binary 1010 101100 1011101 1011001 110101 0 1000000 11010111 1010001 10100

Color Harmonies of #0A2C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2C5D

Black with #0A2C5D

Text Example


Text Example

White with #0A2C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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