Html Css Color HEX #12178B Ultramarine

📋 copy color: '#12178B'

red 18 ◦ green 23 ◦ blue 139

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

Shades of Ultramarine #12178B

Tints of Ultramarine #12178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 77.22%

R = 10%
G = 12.78%
B = 77.22%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12178B (or 0x12178B) is known color: Ultramarine. HEX triplet: 12, 17 and 8B. RGB value is (18,23,139). Sum of RGB (Red+Green+Blue) = 18+23+139=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #12178B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12178B is #EDE874. Grayscale: #222222. Windows color (decimal): -15591541 or 9115410. OLE color: 9115410.

HSL color Cylindrical-coordinate representation of color #12178B: hue angle of 237.52º 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 #12178B is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 23 139 -
CMYK 0.87 0.83 0 0.45
HSL 237.52º 0.77% 0.31% -
HSV(B) 237.52º 0.87% 0.55% -
XYZ 5.22 2.61 24.65 -
YUV 34.73 186.84 116.07 -
System Red Green Blue C M Y K H S L
Decimal 18 23 139 0.87 0.83 0 0.45 237.52 0.77 0.31
Hex 12 17 8B 57 53 0 2D EE 4D 1F
Octal 22 27 213 127 123 0 55 356 115 37
Binary 10010 10111 10001011 1010111 1010011 0 101101 11101110 1001101 11111

Color Harmonies of #12178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12178B

Black with #12178B

Text Example


Text Example

White with #12178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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