Html Css Color HEX #12048D Ultramarine

📋 copy color: '#12048D'

red 18 ◦ green 4 ◦ blue 141

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

Shades of Ultramarine #12048D

Tints of Ultramarine #12048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

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

R = 11.04%
G = 2.45%
B = 86.5%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12048D (or 0x12048D) is known color: Ultramarine. HEX triplet: 12, 04 and 8D. RGB value is (18,4,141). Sum of RGB (Red+Green+Blue) = 18+4+141=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 141 (55.47% from 255 or 86.50% from 163); Max value from RGB is 141 - color contains mainly: blue. Hex color #12048D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12048D is #EDFB72. Grayscale: #171717. Windows color (decimal): -15596403 or 9241618. OLE color: 9241618.

HSL color Cylindrical-coordinate representation of color #12048D: hue angle of 246.13º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12048D is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 4 141 -
CMYK 0.87 0.97 0 0.45
HSL 246.13º 0.94% 0.28% -
HSV(B) 246.13º 0.97% 0.55% -
XYZ 5.1 2.14 25.34 -
YUV 23.8 194.14 123.86 -
System Red Green Blue C M Y K H S L
Decimal 18 4 141 0.87 0.97 0 0.45 246.13 0.94 0.28
Hex 12 4 8D 57 61 0 2D F6 5E 1C
Octal 22 4 215 127 141 0 55 366 136 34
Binary 10010 100 10001101 1010111 1100001 0 101101 11110110 1011110 11100

Color Harmonies of #12048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12048D

Black with #12048D

Text Example


Text Example

White with #12048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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