Html Css Color HEX #0E004A Paua

📋 copy color: '#0E004A'

red 14 ◦ green 0 ◦ blue 74

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

Shades of Paua #0E004A

Tints of Paua #0E004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 84.09%

R = 15.91%
G = 0%
B = 84.09%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E004A (or 0x0E004A) is known color: Paua. HEX triplet: 0E, 00 and 4A. RGB value is (14,0,74). Sum of RGB (Red+Green+Blue) = 14+0+74=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 74 (29.30% from 255 or 84.09% from 88); Max value from RGB is 74 - color contains mainly: blue. Hex color #0E004A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E004A is #F1FFB5. Grayscale: #0C0C0C. Windows color (decimal): -15859638 or 4849678. OLE color: 4849678.

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

Color convert

RGB 14 0 74 -
CMYK 0.81 1 0 0.71
HSL 251.35º 1% 0.15% -
HSV(B) 251.35º 1% 0.29% -
XYZ 1.42 0.59 6.52 -
YUV 12.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 14 0 74 0.81 1 0 0.71 251.35 1 0.15
Hex E 0 4A 51 64 0 47 FB 64 F
Octal 16 0 112 121 144 0 107 373 144 17
Binary 1110 0 1001010 1010001 1100100 0 1000111 11111011 1100100 1111

Color Harmonies of #0E004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E004A

Black with #0E004A

Text Example


Text Example

White with #0E004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,0,74); }

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

background-color css

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

 a { background-color: rgb(14,0,74); }

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

border-color css

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

 span { border-color: rgb(14,0,74); }

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