Html Css Color HEX #120F83 Ultramarine

📋 copy color: '#120F83'

red 18 ◦ green 15 ◦ blue 131

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

Shades of Ultramarine #120F83

Tints of Ultramarine #120F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 79.88%

R = 10.98%
G = 9.15%
B = 79.88%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#120F83 (or 0x120F83) is known color: Ultramarine. HEX triplet: 12, 0F and 83. RGB value is (18,15,131). Sum of RGB (Red+Green+Blue) = 18+15+131=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 131 (51.56% from 255 or 79.88% from 164); Max value from RGB is 131 - color contains mainly: blue. Hex color #120F83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120F83 is #EDF07C. Grayscale: #1C1C1C. Windows color (decimal): -15593597 or 8589074. OLE color: 8589074.

HSL color Cylindrical-coordinate representation of color #120F83: hue angle of 241.55º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120F83 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 15 131 -
CMYK 0.86 0.89 0 0.49
HSL 241.55º 0.79% 0.29% -
HSV(B) 241.55º 0.89% 0.51% -
XYZ 4.52 2.11 21.64 -
YUV 29.12 185.49 120.07 -
System Red Green Blue C M Y K H S L
Decimal 18 15 131 0.86 0.89 0 0.49 241.55 0.79 0.29
Hex 12 F 83 56 59 0 31 F2 4F 1D
Octal 22 17 203 126 131 0 61 362 117 35
Binary 10010 1111 10000011 1010110 1011001 0 110001 11110010 1001111 11101

Color Harmonies of #120F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F83

Black with #120F83

Text Example


Text Example

White with #120F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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