Html Css Color HEX #1206A0 Ultramarine

📋 copy color: '#1206A0'

red 18 ◦ green 6 ◦ blue 160

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

Shades of Ultramarine #1206A0

Tints of Ultramarine #1206A0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

 BLUE value IS 160 (62.89% from 255) = 86.96%

R = 9.78%
G = 3.26%
B = 86.96%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1206A0 (or 0x1206A0) is known color: Ultramarine. HEX triplet: 12, 06 and A0. RGB value is (18,6,160). Sum of RGB (Red+Green+Blue) = 18+6+160=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 160 (62.89% from 255 or 86.96% from 184); Max value from RGB is 160 - color contains mainly: blue. Hex color #1206A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1206A0 is #EDF95F. Grayscale: #1A1A1A. Windows color (decimal): -15595872 or 10487314. OLE color: 10487314.

HSL color Cylindrical-coordinate representation of color #1206A0: hue angle of 244.68º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1206A0 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 6 160 -
CMYK 0.89 0.96 0 0.37
HSL 244.68º 0.93% 0.33% -
HSV(B) 244.68º 0.96% 0.63% -
XYZ 6.66 2.8 33.45 -
YUV 27.14 202.98 121.48 -
System Red Green Blue C M Y K H S L
Decimal 18 6 160 0.89 0.96 0 0.37 244.68 0.93 0.33
Hex 12 6 A0 59 60 0 25 F5 5D 21
Octal 22 6 240 131 140 0 45 365 135 41
Binary 10010 110 10100000 1011001 1100000 0 100101 11110101 1011101 100001

Color Harmonies of #1206A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1206A0

Black with #1206A0

Text Example


Text Example

White with #1206A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1206A0; }

 p { color: rgb(18,6,160); }

 H1.HeaderClassName
 {
   color: #1206A0;
 }
 .AnyTagClassName
 {
   color: #1206A0;
 }
</style>

background-color css

<style>
 a { background-color: #1206A0; }

 a { background-color: rgb(18,6,160); }

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

border-color css

<style>
 span { border-color: #1206A0; }

 span { border-color: rgb(18,6,160); }

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