Html Css Color HEX #0E013F Violent Violet

📋 copy color: '#0E013F'

red 14 ◦ green 1 ◦ blue 63

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

Shades of Violent Violet #0E013F

Tints of Violent Violet #0E013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.28%

 BLUE value IS 63 (25% from 255) = 80.77%

R = 17.95%
G = 1.28%
B = 80.77%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0E013F (or 0x0E013F) is known color: Violent Violet. HEX triplet: 0E, 01 and 3F. RGB value is (14,1,63). Sum of RGB (Red+Green+Blue) = 14+1+63=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 63 (25% from 255 or 80.77% from 78); Max value from RGB is 63 - color contains mainly: blue. Hex color #0E013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E013F is #F1FEC0. Grayscale: #0B0B0B. Windows color (decimal): -15859393 or 4129038. OLE color: 4129038.

HSL color Cylindrical-coordinate representation of color #0E013F: hue angle of 252.58º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E013F is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 14 1 63 -
CMYK 0.78 0.98 0 0.75
HSL 252.58º 0.97% 0.13% -
HSV(B) 252.58º 0.98% 0.25% -
XYZ 1.09 0.47 4.74 -
YUV 11.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 14 1 63 0.78 0.98 0 0.75 252.58 0.97 0.13
Hex E 1 3F 4E 62 0 4B FD 61 D
Octal 16 1 77 116 142 0 113 375 141 15
Binary 1110 1 111111 1001110 1100010 0 1001011 11111101 1100001 1101

Color Harmonies of #0E013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E013F

Black with #0E013F

Text Example


Text Example

White with #0E013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,1,63); }

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

background-color css

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

 a { background-color: rgb(14,1,63); }

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

border-color css

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

 span { border-color: rgb(14,1,63); }

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