Html Css Color HEX #0A1052 Sapphire

📋 copy color: '#0A1052'

red 10 ◦ green 16 ◦ blue 82

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

Shades of Sapphire #0A1052

Tints of Sapphire #0A1052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.81%

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

R = 9.26%
G = 14.81%
B = 75.93%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0A1052 (or 0x0A1052) is known color: Sapphire. HEX triplet: 0A, 10 and 52. RGB value is (10,16,82). Sum of RGB (Red+Green+Blue) = 10+16+82=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 82 (32.42% from 255 or 75.93% from 108); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A1052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1052 is #F5EFAD. Grayscale: #151515. Windows color (decimal): -16117678 or 5378058. OLE color: 5378058.

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

Color convert

RGB 10 16 82 -
CMYK 0.88 0.80 0 0.68
HSL 235º 0.78% 0.18% -
HSV(B) 235º 0.88% 0.32% -
XYZ 1.83 1.04 8.09 -
YUV 21.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 10 16 82 0.88 0.80 0 0.68 235 0.78 0.18
Hex A 10 52 58 50 0 44 EB 4E 12
Octal 12 20 122 130 120 0 104 353 116 22
Binary 1010 10000 1010010 1011000 1010000 0 1000100 11101011 1001110 10010

Color Harmonies of #0A1052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1052

Black with #0A1052

Text Example


Text Example

White with #0A1052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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