Html Css Color HEX #0E1F57 Sapphire

📋 copy color: '#0E1F57'

red 14 ◦ green 31 ◦ blue 87

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

Shades of Sapphire #0E1F57

Tints of Sapphire #0E1F57

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.48%

 BLUE value IS 87 (34.38% from 255) = 65.91%

R = 10.61%
G = 23.48%
B = 65.91%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0E1F57 (or 0x0E1F57) is known color: Sapphire. HEX triplet: 0E, 1F and 57. RGB value is (14,31,87). Sum of RGB (Red+Green+Blue) = 14+31+87=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 87 (34.38% from 255 or 65.91% from 132); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E1F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E1F57 is #F1E0A8. Grayscale: #202020. Windows color (decimal): -15851689 or 5709582. OLE color: 5709582.

HSL color Cylindrical-coordinate representation of color #0E1F57: hue angle of 226.03º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1F57 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 14 31 87 -
CMYK 0.84 0.64 0 0.66
HSL 226.03º 0.72% 0.2% -
HSV(B) 226.03º 0.84% 0.34% -
XYZ 2.39 1.76 9.23 -
YUV 32.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 14 31 87 0.84 0.64 0 0.66 226.03 0.72 0.2
Hex E 1F 57 54 40 0 42 E2 48 14
Octal 16 37 127 124 100 0 102 342 110 24
Binary 1110 11111 1010111 1010100 1000000 0 1000010 11100010 1001000 10100

Color Harmonies of #0E1F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1F57

Black with #0E1F57

Text Example


Text Example

White with #0E1F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,31,87); }

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

background-color css

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

 a { background-color: rgb(14,31,87); }

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

border-color css

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

 span { border-color: rgb(14,31,87); }

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