Html Css Color HEX #12008C Ultramarine

📋 copy color: '#12008C'

red 18 ◦ green 0 ◦ blue 140

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

Shades of Ultramarine #12008C

Tints of Ultramarine #12008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 11.39%
G = 0%
B = 88.61%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12008C (or 0x12008C) is known color: Ultramarine. HEX triplet: 12, 00 and 8C. RGB value is (18,0,140). Sum of RGB (Red+Green+Blue) = 18+0+140=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 140 (55.08% from 255 or 88.61% from 158); Max value from RGB is 140 - color contains mainly: blue. Hex color #12008C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12008C is #EDFF73. Grayscale: #141414. Windows color (decimal): -15597428 or 9175058. OLE color: 9175058.

HSL color Cylindrical-coordinate representation of color #12008C: hue angle of 247.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12008C is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 0 140 -
CMYK 0.87 1 0 0.45
HSL 247.71º 1% 0.27% -
HSV(B) 247.71º 1% 0.55% -
XYZ 4.98 2.02 24.94 -
YUV 21.34 194.96 125.62 -
System Red Green Blue C M Y K H S L
Decimal 18 0 140 0.87 1 0 0.45 247.71 1 0.27
Hex 12 0 8C 57 64 0 2D F8 64 1B
Octal 22 0 214 127 144 0 55 370 144 33
Binary 10010 0 10001100 1010111 1100100 0 101101 11111000 1100100 11011

Color Harmonies of #12008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12008C

Black with #12008C

Text Example


Text Example

White with #12008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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