Html Css Color HEX #12168D Ultramarine

📋 copy color: '#12168D'

red 18 ◦ green 22 ◦ blue 141

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

Shades of Ultramarine #12168D

Tints of Ultramarine #12168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.15%

 BLUE value IS 141 (55.47% from 255) = 77.9%

R = 9.94%
G = 12.15%
B = 77.9%

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

#12168D (or 0x12168D) is known color: Ultramarine. HEX triplet: 12, 16 and 8D. RGB value is (18,22,141). Sum of RGB (Red+Green+Blue) = 18+22+141=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 141 (55.47% from 255 or 77.90% from 181); Max value from RGB is 141 - color contains mainly: blue. Hex color #12168D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12168D is #EDE972. Grayscale: #212121. Windows color (decimal): -15591795 or 9246226. OLE color: 9246226.

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

Color convert

RGB 18 22 141 -
CMYK 0.87 0.84 0 0.45
HSL 238.05º 0.77% 0.31% -
HSV(B) 238.05º 0.87% 0.55% -
XYZ 5.34 2.63 25.42 -
YUV 34.37 188.17 116.32 -
System Red Green Blue C M Y K H S L
Decimal 18 22 141 0.87 0.84 0 0.45 238.05 0.77 0.31
Hex 12 16 8D 57 54 0 2D EE 4D 1F
Octal 22 26 215 127 124 0 55 356 115 37
Binary 10010 10110 10001101 1010111 1010100 0 101101 11101110 1001101 11111

Color Harmonies of #12168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12168D

Black with #12168D

Text Example


Text Example

White with #12168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,22,141); }

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

background-color css

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

 a { background-color: rgb(18,22,141); }

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

border-color css

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

 span { border-color: rgb(18,22,141); }

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