Html Css Color HEX #0E024C Paua

📋 copy color: '#0E024C'

red 14 ◦ green 2 ◦ blue 76

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

Shades of Paua #0E024C

Tints of Paua #0E024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.17%

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

R = 15.22%
G = 2.17%
B = 82.61%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0E024C (or 0x0E024C) is known color: Paua. HEX triplet: 0E, 02 and 4C. RGB value is (14,2,76). Sum of RGB (Red+Green+Blue) = 14+2+76=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 76 (30.08% from 255 or 82.61% from 92); Max value from RGB is 76 - color contains mainly: blue. Hex color #0E024C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E024C is #F1FDB3. Grayscale: #0D0D0D. Windows color (decimal): -15859124 or 4981262. OLE color: 4981262.

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

Color convert

RGB 14 2 76 -
CMYK 0.82 0.97 0 0.70
HSL 249.73º 0.95% 0.15% -
HSV(B) 249.73º 0.97% 0.3% -
XYZ 1.51 0.66 6.89 -
YUV 14.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 14 2 76 0.82 0.97 0 0.70 249.73 0.95 0.15
Hex E 2 4C 52 61 0 46 FA 5F F
Octal 16 2 114 122 141 0 106 372 137 17
Binary 1110 10 1001100 1010010 1100001 0 1000110 11111010 1011111 1111

Color Harmonies of #0E024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E024C

Black with #0E024C

Text Example


Text Example

White with #0E024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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