Html Css Color HEX #0A265B Sapphire

📋 copy color: '#0A265B'

red 10 ◦ green 38 ◦ blue 91

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

Shades of Sapphire #0A265B

Tints of Sapphire #0A265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.34%

 BLUE value IS 91 (35.94% from 255) = 65.47%

R = 7.19%
G = 27.34%
B = 65.47%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A265B (or 0x0A265B) is known color: Sapphire. HEX triplet: 0A, 26 and 5B. RGB value is (10,38,91). Sum of RGB (Red+Green+Blue) = 10+38+91=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A265B is #F5D9A4. Grayscale: #232323. Windows color (decimal): -16112037 or 5973514. OLE color: 5973514.

HSL color Cylindrical-coordinate representation of color #0A265B: hue angle of 219.26º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A265B is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 38 91 -
CMYK 0.89 0.58 0 0.64
HSL 219.26º 0.8% 0.2% -
HSV(B) 219.26º 0.89% 0.36% -
XYZ 2.71 2.21 10.18 -
YUV 35.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 10 38 91 0.89 0.58 0 0.64 219.26 0.8 0.2
Hex A 26 5B 59 3A 0 40 DB 50 14
Octal 12 46 133 131 72 0 100 333 120 24
Binary 1010 100110 1011011 1011001 111010 0 1000000 11011011 1010000 10100

Color Harmonies of #0A265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A265B

Black with #0A265B

Text Example


Text Example

White with #0A265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,38,91); }

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

background-color css

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

 a { background-color: rgb(10,38,91); }

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

border-color css

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

 span { border-color: rgb(10,38,91); }

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