Html Css Color HEX #0A2653 Sapphire

📋 copy color: '#0A2653'

red 10 ◦ green 38 ◦ blue 83

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

Shades of Sapphire #0A2653

Tints of Sapphire #0A2653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 63.36%

R = 7.63%
G = 29.01%
B = 63.36%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A2653 (or 0x0A2653) is known color: Sapphire. HEX triplet: 0A, 26 and 53. RGB value is (10,38,83). Sum of RGB (Red+Green+Blue) = 10+38+83=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A2653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2653 is #F5D9AC. Grayscale: #222222. Windows color (decimal): -16112045 or 5449226. OLE color: 5449226.

HSL color Cylindrical-coordinate representation of color #0A2653: hue angle of 216.99º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A2653 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 38 83 -
CMYK 0.88 0.54 0 0.67
HSL 216.99º 0.78% 0.18% -
HSV(B) 216.99º 0.88% 0.33% -
XYZ 2.38 2.08 8.46 -
YUV 34.76 155.22 110.34 -
System Red Green Blue C M Y K H S L
Decimal 10 38 83 0.88 0.54 0 0.67 216.99 0.78 0.18
Hex A 26 53 58 36 0 43 D9 4E 12
Octal 12 46 123 130 66 0 103 331 116 22
Binary 1010 100110 1010011 1011000 110110 0 1000011 11011001 1001110 10010

Color Harmonies of #0A2653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2653

Black with #0A2653

Text Example


Text Example

White with #0A2653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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