Html Css Color HEX #12089B Ultramarine

📋 copy color: '#12089B'

red 18 ◦ green 8 ◦ blue 155

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

Shades of Ultramarine #12089B

Tints of Ultramarine #12089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

 BLUE value IS 155 (60.94% from 255) = 85.64%

R = 9.94%
G = 4.42%
B = 85.64%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12089B (or 0x12089B) is known color: Ultramarine. HEX triplet: 12, 08 and 9B. RGB value is (18,8,155). Sum of RGB (Red+Green+Blue) = 18+8+155=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 155 (60.94% from 255 or 85.64% from 181); Max value from RGB is 155 - color contains mainly: blue. Hex color #12089B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12089B is #EDF764. Grayscale: #1B1B1B. Windows color (decimal): -15595365 or 10160146. OLE color: 10160146.

HSL color Cylindrical-coordinate representation of color #12089B: hue angle of 244.08º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12089B is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 8 155 -
CMYK 0.88 0.95 0 0.39
HSL 244.08º 0.9% 0.32% -
HSV(B) 244.08º 0.95% 0.61% -
XYZ 6.25 2.67 31.2 -
YUV 27.75 199.81 121.05 -
System Red Green Blue C M Y K H S L
Decimal 18 8 155 0.88 0.95 0 0.39 244.08 0.9 0.32
Hex 12 8 9B 58 5F 0 27 F4 5A 20
Octal 22 10 233 130 137 0 47 364 132 40
Binary 10010 1000 10011011 1011000 1011111 0 100111 11110100 1011010 100000

Color Harmonies of #12089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12089B

Black with #12089B

Text Example


Text Example

White with #12089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12089B; }

 p { color: rgb(18,8,155); }

 H1.HeaderClassName
 {
   color: #12089B;
 }
 .AnyTagClassName
 {
   color: #12089B;
 }
</style>

background-color css

<style>
 a { background-color: #12089B; }

 a { background-color: rgb(18,8,155); }

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

border-color css

<style>
 span { border-color: #12089B; }

 span { border-color: rgb(18,8,155); }

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