Html Css Color HEX #0A1E52 Sapphire

📋 copy color: '#0A1E52'

red 10 ◦ green 30 ◦ blue 82

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

Shades of Sapphire #0A1E52

Tints of Sapphire #0A1E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.59%

 BLUE value IS 82 (32.42% from 255) = 67.21%

R = 8.2%
G = 24.59%
B = 67.21%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0A1E52 (or 0x0A1E52) is known color: Sapphire. HEX triplet: 0A, 1E and 52. RGB value is (10,30,82). Sum of RGB (Red+Green+Blue) = 10+30+82=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A1E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1E52 is #F5E1AD. Grayscale: #1D1D1D. Windows color (decimal): -16114094 or 5381642. OLE color: 5381642.

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

Color convert

RGB 10 30 82 -
CMYK 0.88 0.63 0 0.68
HSL 223.33º 0.78% 0.18% -
HSV(B) 223.33º 0.88% 0.32% -
XYZ 2.11 1.6 8.18 -
YUV 29.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 10 30 82 0.88 0.63 0 0.68 223.33 0.78 0.18
Hex A 1E 52 58 3F 0 44 DF 4E 12
Octal 12 36 122 130 77 0 104 337 116 22
Binary 1010 11110 1010010 1011000 111111 0 1000100 11011111 1001110 10010

Color Harmonies of #0A1E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1E52

Black with #0A1E52

Text Example


Text Example

White with #0A1E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,30,82); }

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

background-color css

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

 a { background-color: rgb(10,30,82); }

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

border-color css

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

 span { border-color: rgb(10,30,82); }

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