Html Css Color HEX #10074E Paua

📋 copy color: '#10074E'

red 16 ◦ green 7 ◦ blue 78

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

Shades of Paua #10074E

Tints of Paua #10074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 77.23%

R = 15.84%
G = 6.93%
B = 77.23%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10074E (or 0x10074E) is known color: Paua. HEX triplet: 10, 07 and 4E. RGB value is (16,7,78). Sum of RGB (Red+Green+Blue) = 16+7+78=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 78 (30.86% from 255 or 77.23% from 101); Max value from RGB is 78 - color contains mainly: blue. Hex color #10074E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10074E is #EFF8B1. Grayscale: #111111. Windows color (decimal): -15726770 or 5113616. OLE color: 5113616.

HSL color Cylindrical-coordinate representation of color #10074E: hue angle of 247.61º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10074E is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 7 78 -
CMYK 0.79 0.91 0 0.69
HSL 247.61º 0.84% 0.17% -
HSV(B) 247.61º 0.91% 0.31% -
XYZ 1.66 0.81 7.28 -
YUV 17.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 16 7 78 0.79 0.91 0 0.69 247.61 0.84 0.17
Hex 10 7 4E 4F 5B 0 45 F8 54 11
Octal 20 7 116 117 133 0 105 370 124 21
Binary 10000 111 1001110 1001111 1011011 0 1000101 11111000 1010100 10001

Color Harmonies of #10074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10074E

Black with #10074E

Text Example


Text Example

White with #10074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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