Html Css Color HEX #10093F Paua

📋 copy color: '#10093F'

red 16 ◦ green 9 ◦ blue 63

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

Shades of Paua #10093F

Tints of Paua #10093F

RGB

 RED value IS 16 (6.64% from 255) = 18.18%

 GREEN value IS 9 (3.91% from 255) = 10.23%

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

R = 18.18%
G = 10.23%
B = 71.59%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#10093F (or 0x10093F) is known color: Paua. HEX triplet: 10, 09 and 3F. RGB value is (16,9,63). Sum of RGB (Red+Green+Blue) = 16+9+63=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 63 (25% from 255 or 71.59% from 88); Max value from RGB is 63 - color contains mainly: blue. Hex color #10093F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10093F is #EFF6C0. Grayscale: #111111. Windows color (decimal): -15726273 or 4131088. OLE color: 4131088.

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

Color convert

RGB 16 9 63 -
CMYK 0.75 0.86 0 0.75
HSL 247.78º 0.75% 0.14% -
HSV(B) 247.78º 0.86% 0.25% -
XYZ 1.21 0.66 4.77 -
YUV 17.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 16 9 63 0.75 0.86 0 0.75 247.78 0.75 0.14
Hex 10 9 3F 4B 56 0 4B F8 4B E
Octal 20 11 77 113 126 0 113 370 113 16
Binary 10000 1001 111111 1001011 1010110 0 1001011 11111000 1001011 1110

Color Harmonies of #10093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10093F

Black with #10093F

Text Example


Text Example

White with #10093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10093F; }

 p { color: rgb(16,9,63); }

 H1.HeaderClassName
 {
   color: #10093F;
 }
 .AnyTagClassName
 {
   color: #10093F;
 }
</style>

background-color css

<style>
 a { background-color: #10093F; }

 a { background-color: rgb(16,9,63); }

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

border-color css

<style>
 span { border-color: #10093F; }

 span { border-color: rgb(16,9,63); }

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