Html Css Color HEX #0E034B Paua

📋 copy color: '#0E034B'

red 14 ◦ green 3 ◦ blue 75

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

Shades of Paua #0E034B

Tints of Paua #0E034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.26%

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

R = 15.22%
G = 3.26%
B = 81.52%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E034B (or 0x0E034B) is known color: Paua. HEX triplet: 0E, 03 and 4B. RGB value is (14,3,75). Sum of RGB (Red+Green+Blue) = 14+3+75=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 75 (29.69% from 255 or 81.52% from 92); Max value from RGB is 75 - color contains mainly: blue. Hex color #0E034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E034B is #F1FCB4. Grayscale: #0E0E0E. Windows color (decimal): -15858869 or 4915982. OLE color: 4915982.

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

Color convert

RGB 14 3 75 -
CMYK 0.81 0.96 0 0.71
HSL 249.17º 0.92% 0.15% -
HSV(B) 249.17º 0.96% 0.29% -
XYZ 1.48 0.67 6.71 -
YUV 14.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 14 3 75 0.81 0.96 0 0.71 249.17 0.92 0.15
Hex E 3 4B 51 60 0 47 F9 5C F
Octal 16 3 113 121 140 0 107 371 134 17
Binary 1110 11 1001011 1010001 1100000 0 1000111 11111001 1011100 1111

Color Harmonies of #0E034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E034B

Black with #0E034B

Text Example


Text Example

White with #0E034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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