Html Css Color HEX #0E0248 Paua

📋 copy color: '#0E0248'

red 14 ◦ green 2 ◦ blue 72

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

Shades of Paua #0E0248

Tints of Paua #0E0248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 81.82%

R = 15.91%
G = 2.27%
B = 81.82%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0E0248 (or 0x0E0248) is known color: Paua. HEX triplet: 0E, 02 and 48. RGB value is (14,2,72). Sum of RGB (Red+Green+Blue) = 14+2+72=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 72 (28.52% from 255 or 81.82% from 88); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E0248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0248 is #F1FDB7. Grayscale: #0D0D0D. Windows color (decimal): -15859128 or 4719118. OLE color: 4719118.

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

Color convert

RGB 14 2 72 -
CMYK 0.81 0.97 0 0.72
HSL 250.29º 0.95% 0.15% -
HSV(B) 250.29º 0.97% 0.28% -
XYZ 1.37 0.6 6.18 -
YUV 13.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 14 2 72 0.81 0.97 0 0.72 250.29 0.95 0.15
Hex E 2 48 51 61 0 48 FA 5F F
Octal 16 2 110 121 141 0 110 372 137 17
Binary 1110 10 1001000 1010001 1100001 0 1001000 11111010 1011111 1111

Color Harmonies of #0E0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0248

Black with #0E0248

Text Example


Text Example

White with #0E0248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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