Html Css Color HEX #0E2052 Sapphire

📋 copy color: '#0E2052'

red 14 ◦ green 32 ◦ blue 82

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

Shades of Sapphire #0E2052

Tints of Sapphire #0E2052

RGB

 RED value IS 14 (5.86% from 255) = 10.94%

 GREEN value IS 32 (12.89% from 255) = 25%

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

R = 10.94%
G = 25%
B = 64.06%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0E2052 (or 0x0E2052) is known color: Sapphire. HEX triplet: 0E, 20 and 52. RGB value is (14,32,82). Sum of RGB (Red+Green+Blue) = 14+32+82=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 82 (32.42% from 255 or 64.06% from 128); Max value from RGB is 82 - color contains mainly: blue. Hex color #0E2052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2052 is #F1DFAD. Grayscale: #202020. Windows color (decimal): -15851438 or 5382158. OLE color: 5382158.

HSL color Cylindrical-coordinate representation of color #0E2052: hue angle of 224.12º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E2052 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 14 32 82 -
CMYK 0.83 0.61 0 0.68
HSL 224.12º 0.71% 0.19% -
HSV(B) 224.12º 0.83% 0.32% -
XYZ 2.22 1.74 8.2 -
YUV 32.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 14 32 82 0.83 0.61 0 0.68 224.12 0.71 0.19
Hex E 20 52 53 3D 0 44 E0 47 13
Octal 16 40 122 123 75 0 104 340 107 23
Binary 1110 100000 1010010 1010011 111101 0 1000100 11100000 1000111 10011

Color Harmonies of #0E2052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2052

Black with #0E2052

Text Example


Text Example

White with #0E2052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,32,82); }

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

background-color css

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

 a { background-color: rgb(14,32,82); }

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

border-color css

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

 span { border-color: rgb(14,32,82); }

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