Html Css Color HEX #0E0643 Paua

📋 copy color: '#0E0643'

red 14 ◦ green 6 ◦ blue 67

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

Shades of Paua #0E0643

Tints of Paua #0E0643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 77.01%

R = 16.09%
G = 6.9%
B = 77.01%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0E0643 (or 0x0E0643) is known color: Paua. HEX triplet: 0E, 06 and 43. RGB value is (14,6,67). Sum of RGB (Red+Green+Blue) = 14+6+67=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 67 (26.56% from 255 or 77.01% from 87); Max value from RGB is 67 - color contains mainly: blue. Hex color #0E0643 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0643 is #F1F9BC. Grayscale: #0F0F0F. Windows color (decimal): -15858109 or 4392462. OLE color: 4392462.

HSL color Cylindrical-coordinate representation of color #0E0643: hue angle of 247.87º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0643 is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 14 6 67 -
CMYK 0.79 0.91 0 0.74
HSL 247.87º 0.84% 0.14% -
HSV(B) 247.87º 0.91% 0.26% -
XYZ 1.26 0.63 5.37 -
YUV 15.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 14 6 67 0.79 0.91 0 0.74 247.87 0.84 0.14
Hex E 6 43 4F 5B 0 4A F8 54 E
Octal 16 6 103 117 133 0 112 370 124 16
Binary 1110 110 1000011 1001111 1011011 0 1001010 11111000 1010100 1110

Color Harmonies of #0E0643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0643

Black with #0E0643

Text Example


Text Example

White with #0E0643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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