Html Css Color HEX #0E083F Paua

📋 copy color: '#0E083F'

red 14 ◦ green 8 ◦ blue 63

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

Shades of Paua #0E083F

Tints of Paua #0E083F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.41%

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

R = 16.47%
G = 9.41%
B = 74.12%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0E083F (or 0x0E083F) is known color: Paua. HEX triplet: 0E, 08 and 3F. RGB value is (14,8,63). Sum of RGB (Red+Green+Blue) = 14+8+63=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 63 (25% from 255 or 74.12% from 85); Max value from RGB is 63 - color contains mainly: blue. Hex color #0E083F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E083F is #F1F7C0. Grayscale: #0F0F0F. Windows color (decimal): -15857601 or 4130830. OLE color: 4130830.

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

Color convert

RGB 14 8 63 -
CMYK 0.78 0.87 0 0.75
HSL 246.55º 0.77% 0.14% -
HSV(B) 246.55º 0.87% 0.25% -
XYZ 1.17 0.63 4.76 -
YUV 16.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 14 8 63 0.78 0.87 0 0.75 246.55 0.77 0.14
Hex E 8 3F 4E 57 0 4B F7 4D E
Octal 16 10 77 116 127 0 113 367 115 16
Binary 1110 1000 111111 1001110 1010111 0 1001011 11110111 1001101 1110

Color Harmonies of #0E083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E083F

Black with #0E083F

Text Example


Text Example

White with #0E083F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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