Html Css Color HEX #0E064A Paua

📋 copy color: '#0E064A'

red 14 ◦ green 6 ◦ blue 74

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

Shades of Paua #0E064A

Tints of Paua #0E064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.38%

 BLUE value IS 74 (29.3% from 255) = 78.72%

R = 14.89%
G = 6.38%
B = 78.72%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E064A (or 0x0E064A) is known color: Paua. HEX triplet: 0E, 06 and 4A. RGB value is (14,6,74). Sum of RGB (Red+Green+Blue) = 14+6+74=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #0E064A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E064A is #F1F9B5. Grayscale: #0F0F0F. Windows color (decimal): -15858102 or 4851214. OLE color: 4851214.

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

Color convert

RGB 14 6 74 -
CMYK 0.81 0.92 0 0.71
HSL 247.06º 0.85% 0.16% -
HSV(B) 247.06º 0.92% 0.29% -
XYZ 1.48 0.72 6.54 -
YUV 16.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 14 6 74 0.81 0.92 0 0.71 247.06 0.85 0.16
Hex E 6 4A 51 5C 0 47 F7 55 10
Octal 16 6 112 121 134 0 107 367 125 20
Binary 1110 110 1001010 1010001 1011100 0 1000111 11110111 1010101 10000

Color Harmonies of #0E064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E064A

Black with #0E064A

Text Example


Text Example

White with #0E064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,6,74); }

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

background-color css

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

 a { background-color: rgb(14,6,74); }

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

border-color css

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

 span { border-color: rgb(14,6,74); }

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