Html Css Color HEX #0E0646 Paua

📋 copy color: '#0E0646'

red 14 ◦ green 6 ◦ blue 70

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

Shades of Paua #0E0646

Tints of Paua #0E0646

RGB

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

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

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

R = 15.56%
G = 6.67%
B = 77.78%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#0E0646 (or 0x0E0646) is known color: Paua. HEX triplet: 0E, 06 and 46. RGB value is (14,6,70). Sum of RGB (Red+Green+Blue) = 14+6+70=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 70 (27.73% from 255 or 77.78% from 90); Max value from RGB is 70 - color contains mainly: blue. Hex color #0E0646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0646 is #F1F9B9. Grayscale: #0F0F0F. Windows color (decimal): -15858106 or 4589070. OLE color: 4589070.

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

Color convert

RGB 14 6 70 -
CMYK 0.80 0.91 0 0.73
HSL 247.5º 0.84% 0.15% -
HSV(B) 247.5º 0.91% 0.27% -
XYZ 1.35 0.67 5.85 -
YUV 15.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 14 6 70 0.80 0.91 0 0.73 247.5 0.84 0.15
Hex E 6 46 50 5B 0 49 F8 54 F
Octal 16 6 106 120 133 0 111 370 124 17
Binary 1110 110 1000110 1010000 1011011 0 1001001 11111000 1010100 1111

Color Harmonies of #0E0646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0646

Black with #0E0646

Text Example


Text Example

White with #0E0646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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