Html Css Color HEX #14074C Paua

📋 copy color: '#14074C'

red 20 ◦ green 7 ◦ blue 76

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

Shades of Paua #14074C

Tints of Paua #14074C

RGB

 RED value IS 20 (8.2% from 255) = 19.42%

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

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

R = 19.42%
G = 6.8%
B = 73.79%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14074C (or 0x14074C) is known color: Paua. HEX triplet: 14, 07 and 4C. RGB value is (20,7,76). Sum of RGB (Red+Green+Blue) = 20+7+76=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #14074C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14074C is #EBF8B3. Grayscale: #121212. Windows color (decimal): -15464628 or 4982548. OLE color: 4982548.

HSL color Cylindrical-coordinate representation of color #14074C: hue angle of 251.3º 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 #14074C is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 7 76 -
CMYK 0.74 0.91 0 0.70
HSL 251.3º 0.83% 0.16% -
HSV(B) 251.3º 0.91% 0.3% -
XYZ 1.67 0.82 6.91 -
YUV 18.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 20 7 76 0.74 0.91 0 0.70 251.3 0.83 0.16
Hex 14 7 4C 4A 5B 0 46 FB 53 10
Octal 24 7 114 112 133 0 106 373 123 20
Binary 10100 111 1001100 1001010 1011011 0 1000110 11111011 1010011 10000

Color Harmonies of #14074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14074C

Black with #14074C

Text Example


Text Example

White with #14074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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