Html Css Color HEX #0A2853 Sapphire

📋 copy color: '#0A2853'

red 10 ◦ green 40 ◦ blue 83

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

Shades of Sapphire #0A2853

Tints of Sapphire #0A2853

RGB

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

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

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

R = 7.52%
G = 30.08%
B = 62.41%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A2853 (or 0x0A2853) is known color: Sapphire. HEX triplet: 0A, 28 and 53. RGB value is (10,40,83). Sum of RGB (Red+Green+Blue) = 10+40+83=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A2853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2853 is #F5D7AC. Grayscale: #232323. Windows color (decimal): -16111533 or 5449738. OLE color: 5449738.

HSL color Cylindrical-coordinate representation of color #0A2853: hue angle of 215.34º 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 #0A2853 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 40 83 -
CMYK 0.88 0.52 0 0.67
HSL 215.34º 0.78% 0.18% -
HSV(B) 215.34º 0.88% 0.33% -
XYZ 2.45 2.21 8.48 -
YUV 35.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 10 40 83 0.88 0.52 0 0.67 215.34 0.78 0.18
Hex A 28 53 58 34 0 43 D7 4E 12
Octal 12 50 123 130 64 0 103 327 116 22
Binary 1010 101000 1010011 1011000 110100 0 1000011 11010111 1001110 10010

Color Harmonies of #0A2853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2853

Black with #0A2853

Text Example


Text Example

White with #0A2853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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