Html Css Color HEX #0A1A55 Sapphire

📋 copy color: '#0A1A55'

red 10 ◦ green 26 ◦ blue 85

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

Shades of Sapphire #0A1A55

Tints of Sapphire #0A1A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.49%

 BLUE value IS 85 (33.59% from 255) = 70.25%

R = 8.26%
G = 21.49%
B = 70.25%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A1A55 (or 0x0A1A55) is known color: Sapphire. HEX triplet: 0A, 1A and 55. RGB value is (10,26,85). Sum of RGB (Red+Green+Blue) = 10+26+85=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A1A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1A55 is #F5E5AA. Grayscale: #1B1B1B. Windows color (decimal): -16115115 or 5577226. OLE color: 5577226.

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

Color convert

RGB 10 26 85 -
CMYK 0.88 0.69 0 0.67
HSL 227.2º 0.79% 0.19% -
HSV(B) 227.2º 0.88% 0.33% -
XYZ 2.13 1.46 8.76 -
YUV 27.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 10 26 85 0.88 0.69 0 0.67 227.2 0.79 0.19
Hex A 1A 55 58 45 0 43 E3 4F 13
Octal 12 32 125 130 105 0 103 343 117 23
Binary 1010 11010 1010101 1011000 1000101 0 1000011 11100011 1001111 10011

Color Harmonies of #0A1A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1A55

Black with #0A1A55

Text Example


Text Example

White with #0A1A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,26,85); }

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

background-color css

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

 a { background-color: rgb(10,26,85); }

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

border-color css

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

 span { border-color: rgb(10,26,85); }

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