Html Css Color HEX #0A2A5C Sapphire

📋 copy color: '#0A2A5C'

red 10 ◦ green 42 ◦ blue 92

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

Shades of Sapphire #0A2A5C

Tints of Sapphire #0A2A5C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.17%

 BLUE value IS 92 (36.33% from 255) = 63.89%

R = 6.94%
G = 29.17%
B = 63.89%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A2A5C (or 0x0A2A5C) is known color: Sapphire. HEX triplet: 0A, 2A and 5C. RGB value is (10,42,92). Sum of RGB (Red+Green+Blue) = 10+42+92=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A2A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2A5C is #F5D5A3. Grayscale: #252525. Windows color (decimal): -16111012 or 6040074. OLE color: 6040074.

HSL color Cylindrical-coordinate representation of color #0A2A5C: hue angle of 216.59º 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 #0A2A5C is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 42 92 -
CMYK 0.89 0.54 0 0.64
HSL 216.59º 0.8% 0.2% -
HSV(B) 216.59º 0.89% 0.36% -
XYZ 2.88 2.49 10.45 -
YUV 38.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 10 42 92 0.89 0.54 0 0.64 216.59 0.8 0.2
Hex A 2A 5C 59 36 0 40 D9 50 14
Octal 12 52 134 131 66 0 100 331 120 24
Binary 1010 101010 1011100 1011001 110110 0 1000000 11011001 1010000 10100

Color Harmonies of #0A2A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2A5C

Black with #0A2A5C

Text Example


Text Example

White with #0A2A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,42,92); }

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

background-color css

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

 a { background-color: rgb(10,42,92); }

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

border-color css

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

 span { border-color: rgb(10,42,92); }

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