Html Css Color HEX #0E014B Paua

📋 copy color: '#0E014B'

red 14 ◦ green 1 ◦ blue 75

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

Shades of Paua #0E014B

Tints of Paua #0E014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 83.33%

R = 15.56%
G = 1.11%
B = 83.33%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E014B (or 0x0E014B) is known color: Paua. HEX triplet: 0E, 01 and 4B. RGB value is (14,1,75). Sum of RGB (Red+Green+Blue) = 14+1+75=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 75 (29.69% from 255 or 83.33% from 90); Max value from RGB is 75 - color contains mainly: blue. Hex color #0E014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E014B is #F1FEB4. Grayscale: #0D0D0D. Windows color (decimal): -15859381 or 4915470. OLE color: 4915470.

HSL color Cylindrical-coordinate representation of color #0E014B: hue angle of 250.54º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E014B is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 1 75 -
CMYK 0.81 0.99 0 0.71
HSL 250.54º 0.97% 0.15% -
HSV(B) 250.54º 0.99% 0.29% -
XYZ 1.46 0.62 6.7 -
YUV 13.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 14 1 75 0.81 0.99 0 0.71 250.54 0.97 0.15
Hex E 1 4B 51 63 0 47 FB 61 F
Octal 16 1 113 121 143 0 107 373 141 17
Binary 1110 1 1001011 1010001 1100011 0 1000111 11111011 1100001 1111

Color Harmonies of #0E014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E014B

Black with #0E014B

Text Example


Text Example

White with #0E014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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