Html Css Color HEX #12054D Paua

📋 copy color: '#12054D'

red 18 ◦ green 5 ◦ blue 77

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

Shades of Paua #12054D

Tints of Paua #12054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5%

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

R = 18%
G = 5%
B = 77%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12054D (or 0x12054D) is known color: Paua. HEX triplet: 12, 05 and 4D. RGB value is (18,5,77). Sum of RGB (Red+Green+Blue) = 18+5+77=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #12054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12054D is #EDFAB2. Grayscale: #101010. Windows color (decimal): -15596211 or 5047570. OLE color: 5047570.

HSL color Cylindrical-coordinate representation of color #12054D: hue angle of 250.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12054D is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 5 77 -
CMYK 0.77 0.94 0 0.70
HSL 250.83º 0.88% 0.16% -
HSV(B) 250.83º 0.94% 0.3% -
XYZ 1.64 0.77 7.08 -
YUV 17.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 18 5 77 0.77 0.94 0 0.70 250.83 0.88 0.16
Hex 12 5 4D 4D 5E 0 46 FB 58 10
Octal 22 5 115 115 136 0 106 373 130 20
Binary 10010 101 1001101 1001101 1011110 0 1000110 11111011 1011000 10000

Color Harmonies of #12054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12054D

Black with #12054D

Text Example


Text Example

White with #12054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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