Html Css Color HEX #0A2751 Sapphire

📋 copy color: '#0A2751'

red 10 ◦ green 39 ◦ blue 81

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

Shades of Sapphire #0A2751

Tints of Sapphire #0A2751

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30%

 BLUE value IS 81 (32.03% from 255) = 62.31%

R = 7.69%
G = 30%
B = 62.31%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0A2751 (or 0x0A2751) is known color: Sapphire. HEX triplet: 0A, 27 and 51. RGB value is (10,39,81). Sum of RGB (Red+Green+Blue) = 10+39+81=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A2751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2751 is #F5D8AE. Grayscale: #222222. Windows color (decimal): -16111791 or 5318410. OLE color: 5318410.

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

Color convert

RGB 10 39 81 -
CMYK 0.88 0.52 0 0.68
HSL 215.49º 0.78% 0.18% -
HSV(B) 215.49º 0.88% 0.32% -
XYZ 2.34 2.11 8.07 -
YUV 35.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 10 39 81 0.88 0.52 0 0.68 215.49 0.78 0.18
Hex A 27 51 58 34 0 44 D7 4E 12
Octal 12 47 121 130 64 0 104 327 116 22
Binary 1010 100111 1010001 1011000 110100 0 1000100 11010111 1001110 10010

Color Harmonies of #0A2751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2751

Black with #0A2751

Text Example


Text Example

White with #0A2751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,39,81); }

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

background-color css

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

 a { background-color: rgb(10,39,81); }

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

border-color css

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

 span { border-color: rgb(10,39,81); }

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