Html Css Color HEX #12074C Paua

📋 copy color: '#12074C'

red 18 ◦ green 7 ◦ blue 76

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

Shades of Paua #12074C

Tints of Paua #12074C

RGB

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

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

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

R = 17.82%
G = 6.93%
B = 75.25%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12074C (or 0x12074C) is known color: Paua. HEX triplet: 12, 07 and 4C. RGB value is (18,7,76). Sum of RGB (Red+Green+Blue) = 18+7+76=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 7 (3.12% from 255 or 6.93% 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 #12074C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12074C is #EDF8B3. Grayscale: #111111. Windows color (decimal): -15595700 or 4982546. OLE color: 4982546.

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

Color convert

RGB 18 7 76 -
CMYK 0.76 0.91 0 0.70
HSL 249.57º 0.83% 0.16% -
HSV(B) 249.57º 0.91% 0.3% -
XYZ 1.63 0.8 6.91 -
YUV 18.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 18 7 76 0.76 0.91 0 0.70 249.57 0.83 0.16
Hex 12 7 4C 4C 5B 0 46 FA 53 10
Octal 22 7 114 114 133 0 106 372 123 20
Binary 10010 111 1001100 1001100 1011011 0 1000110 11111010 1010011 10000

Color Harmonies of #12074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12074C

Black with #12074C

Text Example


Text Example

White with #12074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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