Html Css Color HEX #0A2E77 Sapphire

📋 copy color: '#0A2E77'

red 10 ◦ green 46 ◦ blue 119

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

Shades of Sapphire #0A2E77

Tints of Sapphire #0A2E77

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.29%

 BLUE value IS 119 (46.88% from 255) = 68%

R = 5.71%
G = 26.29%
B = 68%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A2E77 (or 0x0A2E77) is known color: Sapphire. HEX triplet: 0A, 2E and 77. RGB value is (10,46,119). Sum of RGB (Red+Green+Blue) = 10+46+119=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A2E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2E77 is #F5D188. Grayscale: #2B2B2B. Windows color (decimal): -16109961 or 7810570. OLE color: 7810570.

HSL color Cylindrical-coordinate representation of color #0A2E77: hue angle of 220.18º degrees, saturation: 0.84, 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 #0A2E77 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 46 119 -
CMYK 0.92 0.61 0 0.53
HSL 220.18º 0.84% 0.25% -
HSV(B) 220.18º 0.92% 0.47% -
XYZ 4.43 3.35 17.87 -
YUV 43.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 10 46 119 0.92 0.61 0 0.53 220.18 0.84 0.25
Hex A 2E 77 5C 3D 0 35 DC 54 19
Octal 12 56 167 134 75 0 65 334 124 31
Binary 1010 101110 1110111 1011100 111101 0 110101 11011100 1010100 11001

Color Harmonies of #0A2E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2E77

Black with #0A2E77

Text Example


Text Example

White with #0A2E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,46,119); }

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

background-color css

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

 a { background-color: rgb(10,46,119); }

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

border-color css

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

 span { border-color: rgb(10,46,119); }

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