Html Css Color HEX #0E285A Sapphire

📋 copy color: '#0E285A'

red 14 ◦ green 40 ◦ blue 90

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

Shades of Sapphire #0E285A

Tints of Sapphire #0E285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

 BLUE value IS 90 (35.55% from 255) = 62.5%

R = 9.72%
G = 27.78%
B = 62.5%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E285A (or 0x0E285A) is known color: Sapphire. HEX triplet: 0E, 28 and 5A. RGB value is (14,40,90). Sum of RGB (Red+Green+Blue) = 14+40+90=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E285A is #F1D7A5. Grayscale: #252525. Windows color (decimal): -15849382 or 5908494. OLE color: 5908494.

HSL color Cylindrical-coordinate representation of color #0E285A: hue angle of 219.47º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E285A is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 40 90 -
CMYK 0.84 0.56 0 0.65
HSL 219.47º 0.73% 0.2% -
HSV(B) 219.47º 0.84% 0.35% -
XYZ 2.79 2.35 9.98 -
YUV 37.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 14 40 90 0.84 0.56 0 0.65 219.47 0.73 0.2
Hex E 28 5A 54 38 0 41 DB 49 14
Octal 16 50 132 124 70 0 101 333 111 24
Binary 1110 101000 1011010 1010100 111000 0 1000001 11011011 1001001 10100

Color Harmonies of #0E285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E285A

Black with #0E285A

Text Example


Text Example

White with #0E285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,40,90); }

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

background-color css

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

 a { background-color: rgb(14,40,90); }

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

border-color css

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

 span { border-color: rgb(14,40,90); }

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