Html Css Color HEX #12099D Ultramarine

📋 copy color: '#12099D'

red 18 ◦ green 9 ◦ blue 157

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

Shades of Ultramarine #12099D

Tints of Ultramarine #12099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 85.33%

R = 9.78%
G = 4.89%
B = 85.33%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12099D (or 0x12099D) is known color: Ultramarine. HEX triplet: 12, 09 and 9D. RGB value is (18,9,157). Sum of RGB (Red+Green+Blue) = 18+9+157=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 157 (61.72% from 255 or 85.33% from 184); Max value from RGB is 157 - color contains mainly: blue. Hex color #12099D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12099D is #EDF662. Grayscale: #1B1B1B. Windows color (decimal): -15595107 or 10291474. OLE color: 10291474.

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

Color convert

RGB 18 9 157 -
CMYK 0.89 0.94 0 0.38
HSL 243.65º 0.89% 0.33% -
HSV(B) 243.65º 0.94% 0.62% -
XYZ 6.43 2.76 32.09 -
YUV 28.56 200.48 120.47 -
System Red Green Blue C M Y K H S L
Decimal 18 9 157 0.89 0.94 0 0.38 243.65 0.89 0.33
Hex 12 9 9D 59 5E 0 26 F4 59 21
Octal 22 11 235 131 136 0 46 364 131 41
Binary 10010 1001 10011101 1011001 1011110 0 100110 11110100 1011001 100001

Color Harmonies of #12099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12099D

Black with #12099D

Text Example


Text Example

White with #12099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12099D; }

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

 H1.HeaderClassName
 {
   color: #12099D;
 }
 .AnyTagClassName
 {
   color: #12099D;
 }
</style>

background-color css

<style>
 a { background-color: #12099D; }

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

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

border-color css

<style>
 span { border-color: #12099D; }

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

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