Html Css Color HEX #0E004D Paua

📋 copy color: '#0E004D'

red 14 ◦ green 0 ◦ blue 77

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

Shades of Paua #0E004D

Tints of Paua #0E004D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 84.62%

R = 15.38%
G = 0%
B = 84.62%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0E004D (or 0x0E004D) is known color: Paua. HEX triplet: 0E, 00 and 4D. RGB value is (14,0,77). Sum of RGB (Red+Green+Blue) = 14+0+77=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 77 (30.47% from 255 or 84.62% from 91); Max value from RGB is 77 - color contains mainly: blue. Hex color #0E004D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E004D is #F1FFB2. Grayscale: #0C0C0C. Windows color (decimal): -15859635 or 5046286. OLE color: 5046286.

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

Color convert

RGB 14 0 77 -
CMYK 0.82 1 0 0.70
HSL 250.91º 1% 0.15% -
HSV(B) 250.91º 1% 0.3% -
XYZ 1.52 0.63 7.06 -
YUV 12.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 14 0 77 0.82 1 0 0.70 250.91 1 0.15
Hex E 0 4D 52 64 0 46 FB 64 F
Octal 16 0 115 122 144 0 106 373 144 17
Binary 1110 0 1001101 1010010 1100100 0 1000110 11111011 1100100 1111

Color Harmonies of #0E004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E004D

Black with #0E004D

Text Example


Text Example

White with #0E004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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