Html Css Color HEX #12088F Ultramarine

📋 copy color: '#12088F'

red 18 ◦ green 8 ◦ blue 143

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

Shades of Ultramarine #12088F

Tints of Ultramarine #12088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.73%

 BLUE value IS 143 (56.25% from 255) = 84.62%

R = 10.65%
G = 4.73%
B = 84.62%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#12088F (or 0x12088F) is known color: Ultramarine. HEX triplet: 12, 08 and 8F. RGB value is (18,8,143). Sum of RGB (Red+Green+Blue) = 18+8+143=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 143 (56.25% from 255 or 84.62% from 169); Max value from RGB is 143 - color contains mainly: blue. Hex color #12088F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12088F is #EDF770. Grayscale: #191919. Windows color (decimal): -15595377 or 9373714. OLE color: 9373714.

HSL color Cylindrical-coordinate representation of color #12088F: hue angle of 244.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12088F is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 8 143 -
CMYK 0.87 0.94 0 0.44
HSL 244.44º 0.89% 0.3% -
HSV(B) 244.44º 0.94% 0.56% -
XYZ 5.29 2.29 26.15 -
YUV 26.38 193.81 122.02 -
System Red Green Blue C M Y K H S L
Decimal 18 8 143 0.87 0.94 0 0.44 244.44 0.89 0.3
Hex 12 8 8F 57 5E 0 2C F4 59 1E
Octal 22 10 217 127 136 0 54 364 131 36
Binary 10010 1000 10001111 1010111 1011110 0 101100 11110100 1011001 11110

Color Harmonies of #12088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12088F

Black with #12088F

Text Example


Text Example

White with #12088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12088F; }

 p { color: rgb(18,8,143); }

 H1.HeaderClassName
 {
   color: #12088F;
 }
 .AnyTagClassName
 {
   color: #12088F;
 }
</style>

background-color css

<style>
 a { background-color: #12088F; }

 a { background-color: rgb(18,8,143); }

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

border-color css

<style>
 span { border-color: #12088F; }

 span { border-color: rgb(18,8,143); }

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