Html Css Color HEX #0A2978 Sapphire

📋 copy color: '#0A2978'

red 10 ◦ green 41 ◦ blue 120

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

Shades of Sapphire #0A2978

Tints of Sapphire #0A2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.98%

 BLUE value IS 120 (47.27% from 255) = 70.18%

R = 5.85%
G = 23.98%
B = 70.18%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A2978 (or 0x0A2978) is known color: Sapphire. HEX triplet: 0A, 29 and 78. RGB value is (10,41,120). Sum of RGB (Red+Green+Blue) = 10+41+120=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A2978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2978 is #F5D687. Grayscale: #282828. Windows color (decimal): -16111240 or 7874826. OLE color: 7874826.

HSL color Cylindrical-coordinate representation of color #0A2978: hue angle of 223.09º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A2978 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 41 120 -
CMYK 0.92 0.66 0 0.53
HSL 223.09º 0.85% 0.25% -
HSV(B) 223.09º 0.92% 0.47% -
XYZ 4.31 3.01 18.12 -
YUV 40.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 10 41 120 0.92 0.66 0 0.53 223.09 0.85 0.25
Hex A 29 78 5C 42 0 35 DF 55 19
Octal 12 51 170 134 102 0 65 337 125 31
Binary 1010 101001 1111000 1011100 1000010 0 110101 11011111 1010101 11001

Color Harmonies of #0A2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2978

Black with #0A2978

Text Example


Text Example

White with #0A2978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,41,120); }

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

background-color css

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

 a { background-color: rgb(10,41,120); }

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

border-color css

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

 span { border-color: rgb(10,41,120); }

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