Html Css Color HEX #0A2862 Sapphire

📋 copy color: '#0A2862'

red 10 ◦ green 40 ◦ blue 98

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

Shades of Sapphire #0A2862

Tints of Sapphire #0A2862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.03%

 BLUE value IS 98 (38.67% from 255) = 66.22%

R = 6.76%
G = 27.03%
B = 66.22%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0A2862 (or 0x0A2862) is known color: Sapphire. HEX triplet: 0A, 28 and 62. RGB value is (10,40,98). Sum of RGB (Red+Green+Blue) = 10+40+98=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #0A2862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2862 is #F5D79D. Grayscale: #252525. Windows color (decimal): -16111518 or 6432778. OLE color: 6432778.

HSL color Cylindrical-coordinate representation of color #0A2862: hue angle of 219.55º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2862 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 40 98 -
CMYK 0.90 0.59 0 0.62
HSL 219.55º 0.81% 0.21% -
HSV(B) 219.55º 0.9% 0.38% -
XYZ 3.09 2.46 11.87 -
YUV 37.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 10 40 98 0.90 0.59 0 0.62 219.55 0.81 0.21
Hex A 28 62 5A 3B 0 3E DC 51 15
Octal 12 50 142 132 73 0 76 334 121 25
Binary 1010 101000 1100010 1011010 111011 0 111110 11011100 1010001 10101

Color Harmonies of #0A2862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2862

Black with #0A2862

Text Example


Text Example

White with #0A2862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,40,98); }

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

background-color css

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

 a { background-color: rgb(10,40,98); }

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

border-color css

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

 span { border-color: rgb(10,40,98); }

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