Html Css Color HEX #0A2752 Sapphire

📋 copy color: '#0A2752'

red 10 ◦ green 39 ◦ blue 82

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

Shades of Sapphire #0A2752

Tints of Sapphire #0A2752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 62.6%

R = 7.63%
G = 29.77%
B = 62.6%

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

#0A2752 (or 0x0A2752) is known color: Sapphire. HEX triplet: 0A, 27 and 52. RGB value is (10,39,82). Sum of RGB (Red+Green+Blue) = 10+39+82=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A2752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2752 is #F5D8AD. Grayscale: #232323. Windows color (decimal): -16111790 or 5383946. OLE color: 5383946.

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

Color convert

RGB 10 39 82 -
CMYK 0.88 0.52 0 0.68
HSL 215.83º 0.78% 0.18% -
HSV(B) 215.83º 0.88% 0.32% -
XYZ 2.37 2.12 8.27 -
YUV 35.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 10 39 82 0.88 0.52 0 0.68 215.83 0.78 0.18
Hex A 27 52 58 34 0 44 D8 4E 12
Octal 12 47 122 130 64 0 104 330 116 22
Binary 1010 100111 1010010 1011000 110100 0 1000100 11011000 1001110 10010

Color Harmonies of #0A2752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2752

Black with #0A2752

Text Example


Text Example

White with #0A2752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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