Html Css Color HEX #0A1253 Sapphire

📋 copy color: '#0A1253'

red 10 ◦ green 18 ◦ blue 83

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

Shades of Sapphire #0A1253

Tints of Sapphire #0A1253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.22%

 BLUE value IS 83 (32.81% from 255) = 74.77%

R = 9.01%
G = 16.22%
B = 74.77%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A1253 (or 0x0A1253) is known color: Sapphire. HEX triplet: 0A, 12 and 53. RGB value is (10,18,83). Sum of RGB (Red+Green+Blue) = 10+18+83=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A1253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1253 is #F5EDAC. Grayscale: #161616. Windows color (decimal): -16117165 or 5444106. OLE color: 5444106.

HSL color Cylindrical-coordinate representation of color #0A1253: hue angle of 233.42º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1253 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 18 83 -
CMYK 0.88 0.78 0 0.67
HSL 233.42º 0.78% 0.18% -
HSV(B) 233.42º 0.88% 0.33% -
XYZ 1.9 1.12 8.3 -
YUV 23.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 10 18 83 0.88 0.78 0 0.67 233.42 0.78 0.18
Hex A 12 53 58 4E 0 43 E9 4E 12
Octal 12 22 123 130 116 0 103 351 116 22
Binary 1010 10010 1010011 1011000 1001110 0 1000011 11101001 1001110 10010

Color Harmonies of #0A1253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1253

Black with #0A1253

Text Example


Text Example

White with #0A1253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,18,83); }

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

background-color css

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

 a { background-color: rgb(10,18,83); }

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

border-color css

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

 span { border-color: rgb(10,18,83); }

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