Html Css Color HEX #0A2463 Sapphire

📋 copy color: '#0A2463'

red 10 ◦ green 36 ◦ blue 99

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

Shades of Sapphire #0A2463

Tints of Sapphire #0A2463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.83%

 BLUE value IS 99 (39.06% from 255) = 68.28%

R = 6.9%
G = 24.83%
B = 68.28%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0A2463 (or 0x0A2463) is known color: Sapphire. HEX triplet: 0A, 24 and 63. RGB value is (10,36,99). Sum of RGB (Red+Green+Blue) = 10+36+99=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A2463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2463 is #F5DB9C. Grayscale: #232323. Windows color (decimal): -16112541 or 6497290. OLE color: 6497290.

HSL color Cylindrical-coordinate representation of color #0A2463: hue angle of 222.47º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2463 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 36 99 -
CMYK 0.90 0.64 0 0.61
HSL 222.47º 0.82% 0.21% -
HSV(B) 222.47º 0.9% 0.39% -
XYZ 3.01 2.23 12.08 -
YUV 35.41 163.89 109.88 -
System Red Green Blue C M Y K H S L
Decimal 10 36 99 0.90 0.64 0 0.61 222.47 0.82 0.21
Hex A 24 63 5A 40 0 3D DE 52 15
Octal 12 44 143 132 100 0 75 336 122 25
Binary 1010 100100 1100011 1011010 1000000 0 111101 11011110 1010010 10101

Color Harmonies of #0A2463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2463

Black with #0A2463

Text Example


Text Example

White with #0A2463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,36,99); }

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

background-color css

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

 a { background-color: rgb(10,36,99); }

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

border-color css

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

 span { border-color: rgb(10,36,99); }

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