Html Css Color HEX #0A1254 Sapphire

📋 copy color: '#0A1254'

red 10 ◦ green 18 ◦ blue 84

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

Shades of Sapphire #0A1254

Tints of Sapphire #0A1254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 75%

R = 8.93%
G = 16.07%
B = 75%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A1254 (or 0x0A1254) is known color: Sapphire. HEX triplet: 0A, 12 and 54. RGB value is (10,18,84). Sum of RGB (Red+Green+Blue) = 10+18+84=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 84 (33.20% from 255 or 75% from 112); Max value from RGB is 84 - color contains mainly: blue. Hex color #0A1254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1254 is #F5EDAB. Grayscale: #161616. Windows color (decimal): -16117164 or 5509642. OLE color: 5509642.

HSL color Cylindrical-coordinate representation of color #0A1254: hue angle of 233.51º degrees, saturation: 0.79, 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 #0A1254 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 18 84 -
CMYK 0.88 0.79 0 0.67
HSL 233.51º 0.79% 0.18% -
HSV(B) 233.51º 0.88% 0.33% -
XYZ 1.94 1.14 8.5 -
YUV 23.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 10 18 84 0.88 0.79 0 0.67 233.51 0.79 0.18
Hex A 12 54 58 4F 0 43 EA 4F 12
Octal 12 22 124 130 117 0 103 352 117 22
Binary 1010 10010 1010100 1011000 1001111 0 1000011 11101010 1001111 10010

Color Harmonies of #0A1254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1254

Black with #0A1254

Text Example


Text Example

White with #0A1254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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