Html Css Color HEX #10074C Paua

📋 copy color: '#10074C'

red 16 ◦ green 7 ◦ blue 76

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

Shades of Paua #10074C

Tints of Paua #10074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.07%

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

R = 16.16%
G = 7.07%
B = 76.77%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10074C (or 0x10074C) is known color: Paua. HEX triplet: 10, 07 and 4C. RGB value is (16,7,76). Sum of RGB (Red+Green+Blue) = 16+7+76=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 76 (30.08% from 255 or 76.77% from 99); Max value from RGB is 76 - color contains mainly: blue. Hex color #10074C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10074C is #EFF8B3. Grayscale: #111111. Windows color (decimal): -15726772 or 4982544. OLE color: 4982544.

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

Color convert

RGB 16 7 76 -
CMYK 0.79 0.91 0 0.70
HSL 247.83º 0.83% 0.16% -
HSV(B) 247.83º 0.91% 0.3% -
XYZ 1.59 0.78 6.9 -
YUV 17.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 16 7 76 0.79 0.91 0 0.70 247.83 0.83 0.16
Hex 10 7 4C 4F 5B 0 46 F8 53 10
Octal 20 7 114 117 133 0 106 370 123 20
Binary 10000 111 1001100 1001111 1011011 0 1000110 11111000 1010011 10000

Color Harmonies of #10074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10074C

Black with #10074C

Text Example


Text Example

White with #10074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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