Html Css Color HEX #10094C Paua

📋 copy color: '#10094C'

red 16 ◦ green 9 ◦ blue 76

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

Shades of Paua #10094C

Tints of Paua #10094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 75.25%

R = 15.84%
G = 8.91%
B = 75.25%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10094C (or 0x10094C) is known color: Paua. HEX triplet: 10, 09 and 4C. RGB value is (16,9,76). Sum of RGB (Red+Green+Blue) = 16+9+76=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 76 (30.08% from 255 or 75.25% from 101); Max value from RGB is 76 - color contains mainly: blue. Hex color #10094C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10094C is #EFF6B3. Grayscale: #121212. Windows color (decimal): -15726260 or 4983056. OLE color: 4983056.

HSL color Cylindrical-coordinate representation of color #10094C: hue angle of 246.27º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10094C is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 9 76 -
CMYK 0.79 0.88 0 0.70
HSL 246.27º 0.79% 0.17% -
HSV(B) 246.27º 0.88% 0.3% -
XYZ 1.62 0.83 6.91 -
YUV 18.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 16 9 76 0.79 0.88 0 0.70 246.27 0.79 0.17
Hex 10 9 4C 4F 58 0 46 F6 4F 11
Octal 20 11 114 117 130 0 106 366 117 21
Binary 10000 1001 1001100 1001111 1011000 0 1000110 11110110 1001111 10001

Color Harmonies of #10094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10094C

Black with #10094C

Text Example


Text Example

White with #10094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10094C; }

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

 H1.HeaderClassName
 {
   color: #10094C;
 }
 .AnyTagClassName
 {
   color: #10094C;
 }
</style>

background-color css

<style>
 a { background-color: #10094C; }

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

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

border-color css

<style>
 span { border-color: #10094C; }

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

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