Html Css Color HEX #12178C Ultramarine

📋 copy color: '#12178C'

red 18 ◦ green 23 ◦ blue 140

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

Shades of Ultramarine #12178C

Tints of Ultramarine #12178C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

 BLUE value IS 140 (55.08% from 255) = 77.35%

R = 9.94%
G = 12.71%
B = 77.35%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12178C (or 0x12178C) is known color: Ultramarine. HEX triplet: 12, 17 and 8C. RGB value is (18,23,140). Sum of RGB (Red+Green+Blue) = 18+23+140=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 140 (55.08% from 255 or 77.35% from 181); Max value from RGB is 140 - color contains mainly: blue. Hex color #12178C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12178C is #EDE873. Grayscale: #222222. Windows color (decimal): -15591540 or 9180946. OLE color: 9180946.

HSL color Cylindrical-coordinate representation of color #12178C: hue angle of 237.54º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12178C is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 23 140 -
CMYK 0.87 0.84 0 0.45
HSL 237.54º 0.77% 0.31% -
HSV(B) 237.54º 0.87% 0.55% -
XYZ 5.29 2.63 25.04 -
YUV 34.84 187.34 115.99 -
System Red Green Blue C M Y K H S L
Decimal 18 23 140 0.87 0.84 0 0.45 237.54 0.77 0.31
Hex 12 17 8C 57 54 0 2D EE 4D 1F
Octal 22 27 214 127 124 0 55 356 115 37
Binary 10010 10111 10001100 1010111 1010100 0 101101 11101110 1001101 11111

Color Harmonies of #12178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12178C

Black with #12178C

Text Example


Text Example

White with #12178C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12178C; }

 p { color: rgb(18,23,140); }

 H1.HeaderClassName
 {
   color: #12178C;
 }
 .AnyTagClassName
 {
   color: #12178C;
 }
</style>

background-color css

<style>
 a { background-color: #12178C; }

 a { background-color: rgb(18,23,140); }

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

border-color css

<style>
 span { border-color: #12178C; }

 span { border-color: rgb(18,23,140); }

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