Html Css Color HEX #0E044B Paua

📋 copy color: '#0E044B'

red 14 ◦ green 4 ◦ blue 75

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

Shades of Paua #0E044B

Tints of Paua #0E044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

 BLUE value IS 75 (29.69% from 255) = 80.65%

R = 15.05%
G = 4.3%
B = 80.65%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E044B (or 0x0E044B) is known color: Paua. HEX triplet: 0E, 04 and 4B. RGB value is (14,4,75). Sum of RGB (Red+Green+Blue) = 14+4+75=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #0E044B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E044B is #F1FBB4. Grayscale: #0E0E0E. Windows color (decimal): -15858613 or 4916238. OLE color: 4916238.

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

Color convert

RGB 14 4 75 -
CMYK 0.81 0.95 0 0.71
HSL 248.45º 0.9% 0.15% -
HSV(B) 248.45º 0.95% 0.29% -
XYZ 1.49 0.69 6.71 -
YUV 15.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 14 4 75 0.81 0.95 0 0.71 248.45 0.9 0.15
Hex E 4 4B 51 5F 0 47 F8 5A F
Octal 16 4 113 121 137 0 107 370 132 17
Binary 1110 100 1001011 1010001 1011111 0 1000111 11111000 1011010 1111

Color Harmonies of #0E044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E044B

Black with #0E044B

Text Example


Text Example

White with #0E044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,4,75); }

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

background-color css

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

 a { background-color: rgb(14,4,75); }

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

border-color css

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

 span { border-color: rgb(14,4,75); }

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