Html Css Color HEX #12168C Ultramarine

📋 copy color: '#12168C'

red 18 ◦ green 22 ◦ blue 140

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

Shades of Ultramarine #12168C

Tints of Ultramarine #12168C

RGB

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

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

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

R = 10%
G = 12.22%
B = 77.78%

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

#12168C (or 0x12168C) is known color: Ultramarine. HEX triplet: 12, 16 and 8C. RGB value is (18,22,140). Sum of RGB (Red+Green+Blue) = 18+22+140=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #12168C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12168C is #EDE973. Grayscale: #212121. Windows color (decimal): -15591796 or 9180690. OLE color: 9180690.

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

Color convert

RGB 18 22 140 -
CMYK 0.87 0.84 0 0.45
HSL 238.03º 0.77% 0.31% -
HSV(B) 238.03º 0.87% 0.55% -
XYZ 5.27 2.6 25.03 -
YUV 34.26 187.67 116.41 -
System Red Green Blue C M Y K H S L
Decimal 18 22 140 0.87 0.84 0 0.45 238.03 0.77 0.31
Hex 12 16 8C 57 54 0 2D EE 4D 1F
Octal 22 26 214 127 124 0 55 356 115 37
Binary 10010 10110 10001100 1010111 1010100 0 101101 11101110 1001101 11111

Color Harmonies of #12168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12168C

Black with #12168C

Text Example


Text Example

White with #12168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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