Html Css Color HEX #0A1654 Sapphire

📋 copy color: '#0A1654'

red 10 ◦ green 22 ◦ blue 84

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

Shades of Sapphire #0A1654

Tints of Sapphire #0A1654

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.97%

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

R = 8.62%
G = 18.97%
B = 72.41%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A1654 (or 0x0A1654) is known color: Sapphire. HEX triplet: 0A, 16 and 54. RGB value is (10,22,84). Sum of RGB (Red+Green+Blue) = 10+22+84=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 84 (33.20% from 255 or 72.41% from 116); Max value from RGB is 84 - color contains mainly: blue. Hex color #0A1654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1654 is #F5E9AB. Grayscale: #191919. Windows color (decimal): -16116140 or 5510666. OLE color: 5510666.

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

Color convert

RGB 10 22 84 -
CMYK 0.88 0.74 0 0.67
HSL 230.27º 0.79% 0.18% -
HSV(B) 230.27º 0.88% 0.33% -
XYZ 2.01 1.28 8.53 -
YUV 25.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 10 22 84 0.88 0.74 0 0.67 230.27 0.79 0.18
Hex A 16 54 58 4A 0 43 E6 4F 12
Octal 12 26 124 130 112 0 103 346 117 22
Binary 1010 10110 1010100 1011000 1001010 0 1000011 11100110 1001111 10010

Color Harmonies of #0A1654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1654

Black with #0A1654

Text Example


Text Example

White with #0A1654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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