Html Css Color HEX #0A2659 Sapphire

📋 copy color: '#0A2659'

red 10 ◦ green 38 ◦ blue 89

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

Shades of Sapphire #0A2659

Tints of Sapphire #0A2659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 64.96%

R = 7.3%
G = 27.74%
B = 64.96%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A2659 (or 0x0A2659) is known color: Sapphire. HEX triplet: 0A, 26 and 59. RGB value is (10,38,89). Sum of RGB (Red+Green+Blue) = 10+38+89=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A2659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2659 is #F5D9A6. Grayscale: #232323. Windows color (decimal): -16112039 or 5842442. OLE color: 5842442.

HSL color Cylindrical-coordinate representation of color #0A2659: hue angle of 218.73º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A2659 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 38 89 -
CMYK 0.89 0.57 0 0.65
HSL 218.73º 0.8% 0.19% -
HSV(B) 218.73º 0.89% 0.35% -
XYZ 2.62 2.17 9.73 -
YUV 35.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 10 38 89 0.89 0.57 0 0.65 218.73 0.8 0.19
Hex A 26 59 59 39 0 41 DB 50 13
Octal 12 46 131 131 71 0 101 333 120 23
Binary 1010 100110 1011001 1011001 111001 0 1000001 11011011 1010000 10011

Color Harmonies of #0A2659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2659

Black with #0A2659

Text Example


Text Example

White with #0A2659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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