Html Css Color HEX #120F4B Paua

📋 copy color: '#120F4B'

red 18 ◦ green 15 ◦ blue 75

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

Shades of Paua #120F4B

Tints of Paua #120F4B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.89%

 BLUE value IS 75 (29.69% from 255) = 69.44%

R = 16.67%
G = 13.89%
B = 69.44%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#120F4B (or 0x120F4B) is known color: Paua. HEX triplet: 12, 0F and 4B. RGB value is (18,15,75). Sum of RGB (Red+Green+Blue) = 18+15+75=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 75 (29.69% from 255 or 69.44% from 108); Max value from RGB is 75 - color contains mainly: blue. Hex color #120F4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F4B is #EDF0B4. Grayscale: #161616. Windows color (decimal): -15593653 or 4919058. OLE color: 4919058.

HSL color Cylindrical-coordinate representation of color #120F4B: hue angle of 243º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #120F4B is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 15 75 -
CMYK 0.76 0.80 0 0.71
HSL 243º 0.67% 0.18% -
HSV(B) 243º 0.8% 0.29% -
XYZ 1.69 0.98 6.76 -
YUV 22.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 18 15 75 0.76 0.80 0 0.71 243 0.67 0.18
Hex 12 F 4B 4C 50 0 47 F3 43 12
Octal 22 17 113 114 120 0 107 363 103 22
Binary 10010 1111 1001011 1001100 1010000 0 1000111 11110011 1000011 10010

Color Harmonies of #120F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F4B

Black with #120F4B

Text Example


Text Example

White with #120F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,15,75); }

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

background-color css

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

 a { background-color: rgb(18,15,75); }

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

border-color css

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

 span { border-color: rgb(18,15,75); }

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