Html Css Color HEX #1209A1 Ultramarine

📋 copy color: '#1209A1'

red 18 ◦ green 9 ◦ blue 161

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

Shades of Ultramarine #1209A1

Tints of Ultramarine #1209A1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.79%

 BLUE value IS 161 (63.28% from 255) = 85.64%

R = 9.57%
G = 4.79%
B = 85.64%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1209A1 (or 0x1209A1) is known color: Ultramarine. HEX triplet: 12, 09 and A1. RGB value is (18,9,161). Sum of RGB (Red+Green+Blue) = 18+9+161=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 161 (63.28% from 255 or 85.64% from 188); Max value from RGB is 161 - color contains mainly: blue. Hex color #1209A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1209A1 is #EDF65E. Grayscale: #1C1C1C. Windows color (decimal): -15595103 or 10553618. OLE color: 10553618.

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

Color convert

RGB 18 9 161 -
CMYK 0.89 0.94 0 0.37
HSL 243.55º 0.89% 0.33% -
HSV(B) 243.55º 0.94% 0.63% -
XYZ 6.78 2.9 33.92 -
YUV 29.02 202.48 120.14 -
System Red Green Blue C M Y K H S L
Decimal 18 9 161 0.89 0.94 0 0.37 243.55 0.89 0.33
Hex 12 9 A1 59 5E 0 25 F4 59 21
Octal 22 11 241 131 136 0 45 364 131 41
Binary 10010 1001 10100001 1011001 1011110 0 100101 11110100 1011001 100001

Color Harmonies of #1209A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1209A1

Black with #1209A1

Text Example


Text Example

White with #1209A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1209A1; }

 p { color: rgb(18,9,161); }

 H1.HeaderClassName
 {
   color: #1209A1;
 }
 .AnyTagClassName
 {
   color: #1209A1;
 }
</style>

background-color css

<style>
 a { background-color: #1209A1; }

 a { background-color: rgb(18,9,161); }

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

border-color css

<style>
 span { border-color: #1209A1; }

 span { border-color: rgb(18,9,161); }

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