Html Css Color HEX #0E2859 Sapphire

📋 copy color: '#0E2859'

red 14 ◦ green 40 ◦ blue 89

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

Shades of Sapphire #0E2859

Tints of Sapphire #0E2859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 62.24%

R = 9.79%
G = 27.97%
B = 62.24%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E2859 (or 0x0E2859) is known color: Sapphire. HEX triplet: 0E, 28 and 59. RGB value is (14,40,89). Sum of RGB (Red+Green+Blue) = 14+40+89=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E2859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2859 is #F1D7A6. Grayscale: #252525. Windows color (decimal): -15849383 or 5842958. OLE color: 5842958.

HSL color Cylindrical-coordinate representation of color #0E2859: hue angle of 219.2º 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 #0E2859 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 40 89 -
CMYK 0.84 0.55 0 0.65
HSL 219.2º 0.73% 0.2% -
HSV(B) 219.2º 0.84% 0.35% -
XYZ 2.74 2.33 9.76 -
YUV 37.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 14 40 89 0.84 0.55 0 0.65 219.2 0.73 0.2
Hex E 28 59 54 37 0 41 DB 49 14
Octal 16 50 131 124 67 0 101 333 111 24
Binary 1110 101000 1011001 1010100 110111 0 1000001 11011011 1001001 10100

Color Harmonies of #0E2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2859

Black with #0E2859

Text Example


Text Example

White with #0E2859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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