Html Css Color HEX #0E004C Paua

📋 copy color: '#0E004C'

red 14 ◦ green 0 ◦ blue 76

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

Shades of Paua #0E004C

Tints of Paua #0E004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 84.44%

R = 15.56%
G = 0%
B = 84.44%

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

#0E004C (or 0x0E004C) is known color: Paua. HEX triplet: 0E, 00 and 4C. RGB value is (14,0,76). Sum of RGB (Red+Green+Blue) = 14+0+76=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 76 (30.08% from 255 or 84.44% from 90); Max value from RGB is 76 - color contains mainly: blue. Hex color #0E004C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E004C is #F1FFB3. Grayscale: #0C0C0C. Windows color (decimal): -15859636 or 4980750. OLE color: 4980750.

HSL color Cylindrical-coordinate representation of color #0E004C: hue angle of 251.05º 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 #0E004C is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 14 0 76 -
CMYK 0.82 1 0 0.70
HSL 251.05º 1% 0.15% -
HSV(B) 251.05º 1% 0.3% -
XYZ 1.49 0.62 6.88 -
YUV 12.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 14 0 76 0.82 1 0 0.70 251.05 1 0.15
Hex E 0 4C 52 64 0 46 FB 64 F
Octal 16 0 114 122 144 0 106 373 144 17
Binary 1110 0 1001100 1010010 1100100 0 1000110 11111011 1100100 1111

Color Harmonies of #0E004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E004C

Black with #0E004C

Text Example


Text Example

White with #0E004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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