Html Css Color HEX #12044F Paua

📋 copy color: '#12044F'

red 18 ◦ green 4 ◦ blue 79

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

Shades of Paua #12044F

Tints of Paua #12044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.96%

 BLUE value IS 79 (31.25% from 255) = 78.22%

R = 17.82%
G = 3.96%
B = 78.22%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12044F (or 0x12044F) is known color: Paua. HEX triplet: 12, 04 and 4F. RGB value is (18,4,79). Sum of RGB (Red+Green+Blue) = 18+4+79=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 79 (31.25% from 255 or 78.22% from 101); Max value from RGB is 79 - color contains mainly: blue. Hex color #12044F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12044F is #EDFBB0. Grayscale: #101010. Windows color (decimal): -15596465 or 5178386. OLE color: 5178386.

HSL color Cylindrical-coordinate representation of color #12044F: hue angle of 251.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12044F is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 4 79 -
CMYK 0.77 0.95 0 0.69
HSL 251.2º 0.9% 0.16% -
HSV(B) 251.2º 0.95% 0.31% -
XYZ 1.7 0.78 7.46 -
YUV 16.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 18 4 79 0.77 0.95 0 0.69 251.2 0.9 0.16
Hex 12 4 4F 4D 5F 0 45 FB 5A 10
Octal 22 4 117 115 137 0 105 373 132 20
Binary 10010 100 1001111 1001101 1011111 0 1000101 11111011 1011010 10000

Color Harmonies of #12044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12044F

Black with #12044F

Text Example


Text Example

White with #12044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12044F; }

 p { color: rgb(18,4,79); }

 H1.HeaderClassName
 {
   color: #12044F;
 }
 .AnyTagClassName
 {
   color: #12044F;
 }
</style>

background-color css

<style>
 a { background-color: #12044F; }

 a { background-color: rgb(18,4,79); }

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

border-color css

<style>
 span { border-color: #12044F; }

 span { border-color: rgb(18,4,79); }

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