Html Css Color HEX #0E2054 Sapphire

📋 copy color: '#0E2054'

red 14 ◦ green 32 ◦ blue 84

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

Shades of Sapphire #0E2054

Tints of Sapphire #0E2054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 64.62%

R = 10.77%
G = 24.62%
B = 64.62%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0E2054 (or 0x0E2054) is known color: Sapphire. HEX triplet: 0E, 20 and 54. RGB value is (14,32,84). Sum of RGB (Red+Green+Blue) = 14+32+84=130 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.77% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #0E2054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2054 is #F1DFAB. Grayscale: #202020. Windows color (decimal): -15851436 or 5513230. OLE color: 5513230.

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

Color convert

RGB 14 32 84 -
CMYK 0.83 0.62 0 0.67
HSL 224.57º 0.71% 0.19% -
HSV(B) 224.57º 0.83% 0.33% -
XYZ 2.3 1.77 8.61 -
YUV 32.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 14 32 84 0.83 0.62 0 0.67 224.57 0.71 0.19
Hex E 20 54 53 3E 0 43 E1 47 13
Octal 16 40 124 123 76 0 103 341 107 23
Binary 1110 100000 1010100 1010011 111110 0 1000011 11100001 1000111 10011

Color Harmonies of #0E2054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2054

Black with #0E2054

Text Example


Text Example

White with #0E2054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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