Html Css Color HEX #0E063F Paua

📋 copy color: '#0E063F'

red 14 ◦ green 6 ◦ blue 63

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

Shades of Paua #0E063F

Tints of Paua #0E063F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 75.9%

R = 16.87%
G = 7.23%
B = 75.9%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0E063F (or 0x0E063F) is known color: Paua. HEX triplet: 0E, 06 and 3F. RGB value is (14,6,63). Sum of RGB (Red+Green+Blue) = 14+6+63=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 63 (25% from 255 or 75.90% from 83); Max value from RGB is 63 - color contains mainly: blue. Hex color #0E063F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E063F is #F1F9C0. Grayscale: #0E0E0E. Windows color (decimal): -15858113 or 4130318. OLE color: 4130318.

HSL color Cylindrical-coordinate representation of color #0E063F: hue angle of 248.42º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E063F is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 14 6 63 -
CMYK 0.78 0.90 0 0.75
HSL 248.42º 0.83% 0.14% -
HSV(B) 248.42º 0.9% 0.25% -
XYZ 1.14 0.58 4.75 -
YUV 14.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 14 6 63 0.78 0.90 0 0.75 248.42 0.83 0.14
Hex E 6 3F 4E 5A 0 4B F8 53 E
Octal 16 6 77 116 132 0 113 370 123 16
Binary 1110 110 111111 1001110 1011010 0 1001011 11111000 1010011 1110

Color Harmonies of #0E063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E063F

Black with #0E063F

Text Example


Text Example

White with #0E063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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