Html Css Color HEX #12074D Paua

📋 copy color: '#12074D'

red 18 ◦ green 7 ◦ blue 77

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

Shades of Paua #12074D

Tints of Paua #12074D

RGB

 RED value IS 18 (7.42% from 255) = 17.65%

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

 BLUE value IS 77 (30.47% from 255) = 75.49%

R = 17.65%
G = 6.86%
B = 75.49%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12074D (or 0x12074D) is known color: Paua. HEX triplet: 12, 07 and 4D. RGB value is (18,7,77). Sum of RGB (Red+Green+Blue) = 18+7+77=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #12074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12074D is #EDF8B2. Grayscale: #121212. Windows color (decimal): -15595699 or 5048082. OLE color: 5048082.

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

Color convert

RGB 18 7 77 -
CMYK 0.77 0.91 0 0.70
HSL 249.43º 0.83% 0.16% -
HSV(B) 249.43º 0.91% 0.3% -
XYZ 1.66 0.82 7.09 -
YUV 18.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 18 7 77 0.77 0.91 0 0.70 249.43 0.83 0.16
Hex 12 7 4D 4D 5B 0 46 F9 53 10
Octal 22 7 115 115 133 0 106 371 123 20
Binary 10010 111 1001101 1001101 1011011 0 1000110 11111001 1010011 10000

Color Harmonies of #12074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12074D

Black with #12074D

Text Example


Text Example

White with #12074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12074D; }

 p { color: rgb(18,7,77); }

 H1.HeaderClassName
 {
   color: #12074D;
 }
 .AnyTagClassName
 {
   color: #12074D;
 }
</style>

background-color css

<style>
 a { background-color: #12074D; }

 a { background-color: rgb(18,7,77); }

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

border-color css

<style>
 span { border-color: #12074D; }

 span { border-color: rgb(18,7,77); }

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