Html Css Color HEX #12218C Ultramarine

📋 copy color: '#12218C'

red 18 ◦ green 33 ◦ blue 140

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

Shades of Ultramarine #12218C

Tints of Ultramarine #12218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.28%

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

R = 9.42%
G = 17.28%
B = 73.3%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12218C (or 0x12218C) is known color: Ultramarine. HEX triplet: 12, 21 and 8C. RGB value is (18,33,140). Sum of RGB (Red+Green+Blue) = 18+33+140=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 140 (55.08% from 255 or 73.30% from 191); Max value from RGB is 140 - color contains mainly: blue. Hex color #12218C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12218C is #EDDE73. Grayscale: #282828. Windows color (decimal): -15588980 or 9183506. OLE color: 9183506.

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

Color convert

RGB 18 33 140 -
CMYK 0.87 0.76 0 0.45
HSL 232.62º 0.77% 0.31% -
HSV(B) 232.62º 0.87% 0.55% -
XYZ 5.53 3.11 25.12 -
YUV 40.71 184.03 111.8 -
System Red Green Blue C M Y K H S L
Decimal 18 33 140 0.87 0.76 0 0.45 232.62 0.77 0.31
Hex 12 21 8C 57 4C 0 2D E9 4D 1F
Octal 22 41 214 127 114 0 55 351 115 37
Binary 10010 100001 10001100 1010111 1001100 0 101101 11101001 1001101 11111

Color Harmonies of #12218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12218C

Black with #12218C

Text Example


Text Example

White with #12218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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