Html Css Color HEX #120D3F Paua

📋 copy color: '#120D3F'

red 18 ◦ green 13 ◦ blue 63

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

Shades of Paua #120D3F

Tints of Paua #120D3F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.83%

 BLUE value IS 63 (25% from 255) = 67.02%

R = 19.15%
G = 13.83%
B = 67.02%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#120D3F (or 0x120D3F) is known color: Paua. HEX triplet: 12, 0D and 3F. RGB value is (18,13,63). Sum of RGB (Red+Green+Blue) = 18+13+63=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #120D3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D3F is #EDF2C0. Grayscale: #141414. Windows color (decimal): -15594177 or 4132114. OLE color: 4132114.

HSL color Cylindrical-coordinate representation of color #120D3F: hue angle of 246º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #120D3F is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 13 63 -
CMYK 0.71 0.79 0 0.75
HSL 246º 0.66% 0.15% -
HSV(B) 246º 0.79% 0.25% -
XYZ 1.29 0.78 4.78 -
YUV 20.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 18 13 63 0.71 0.79 0 0.75 246 0.66 0.15
Hex 12 D 3F 47 4F 0 4B F6 42 F
Octal 22 15 77 107 117 0 113 366 102 17
Binary 10010 1101 111111 1000111 1001111 0 1001011 11110110 1000010 1111

Color Harmonies of #120D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D3F

Black with #120D3F

Text Example


Text Example

White with #120D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120D3F; }

 p { color: rgb(18,13,63); }

 H1.HeaderClassName
 {
   color: #120D3F;
 }
 .AnyTagClassName
 {
   color: #120D3F;
 }
</style>

background-color css

<style>
 a { background-color: #120D3F; }

 a { background-color: rgb(18,13,63); }

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

border-color css

<style>
 span { border-color: #120D3F; }

 span { border-color: rgb(18,13,63); }

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