Html Css Color HEX #0A2865 Sapphire

📋 copy color: '#0A2865'

red 10 ◦ green 40 ◦ blue 101

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

Shades of Sapphire #0A2865

Tints of Sapphire #0A2865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 66.89%

R = 6.62%
G = 26.49%
B = 66.89%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0A2865 (or 0x0A2865) is known color: Sapphire. HEX triplet: 0A, 28 and 65. RGB value is (10,40,101). Sum of RGB (Red+Green+Blue) = 10+40+101=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 101 (39.84% from 255 or 66.89% from 151); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A2865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2865 is #F5D79A. Grayscale: #252525. Windows color (decimal): -16111515 or 6629386. OLE color: 6629386.

HSL color Cylindrical-coordinate representation of color #0A2865: hue angle of 220.22º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2865 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 10 40 101 -
CMYK 0.90 0.60 0 0.60
HSL 220.22º 0.82% 0.22% -
HSV(B) 220.22º 0.9% 0.4% -
XYZ 3.23 2.52 12.63 -
YUV 37.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 10 40 101 0.90 0.60 0 0.60 220.22 0.82 0.22
Hex A 28 65 5A 3C 0 3C DC 52 16
Octal 12 50 145 132 74 0 74 334 122 26
Binary 1010 101000 1100101 1011010 111100 0 111100 11011100 1010010 10110

Color Harmonies of #0A2865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2865

Black with #0A2865

Text Example


Text Example

White with #0A2865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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