Html Css Color HEX #0E0246 Paua

📋 copy color: '#0E0246'

red 14 ◦ green 2 ◦ blue 70

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

Shades of Paua #0E0246

Tints of Paua #0E0246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 81.4%

R = 16.28%
G = 2.33%
B = 81.4%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#0E0246 (or 0x0E0246) is known color: Paua. HEX triplet: 0E, 02 and 46. RGB value is (14,2,70). Sum of RGB (Red+Green+Blue) = 14+2+70=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 70 (27.73% from 255 or 81.40% from 86); Max value from RGB is 70 - color contains mainly: blue. Hex color #0E0246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0246 is #F1FDB9. Grayscale: #0D0D0D. Windows color (decimal): -15859130 or 4588046. OLE color: 4588046.

HSL color Cylindrical-coordinate representation of color #0E0246: hue angle of 250.59º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E0246 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 14 2 70 -
CMYK 0.80 0.97 0 0.73
HSL 250.59º 0.94% 0.14% -
HSV(B) 250.59º 0.97% 0.27% -
XYZ 1.31 0.58 5.84 -
YUV 13.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 14 2 70 0.80 0.97 0 0.73 250.59 0.94 0.14
Hex E 2 46 50 61 0 49 FB 5E E
Octal 16 2 106 120 141 0 111 373 136 16
Binary 1110 10 1000110 1010000 1100001 0 1001001 11111011 1011110 1110

Color Harmonies of #0E0246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0246

Black with #0E0246

Text Example


Text Example

White with #0E0246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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