Html Css Color HEX #12028C Ultramarine

📋 copy color: '#12028C'

red 18 ◦ green 2 ◦ blue 140

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

Shades of Ultramarine #12028C

Tints of Ultramarine #12028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.25%

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

R = 11.25%
G = 1.25%
B = 87.5%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12028C (or 0x12028C) is known color: Ultramarine. HEX triplet: 12, 02 and 8C. RGB value is (18,2,140). Sum of RGB (Red+Green+Blue) = 18+2+140=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 140 (55.08% from 255 or 87.5% from 160); Max value from RGB is 140 - color contains mainly: blue. Hex color #12028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12028C is #EDFD73. Grayscale: #151515. Windows color (decimal): -15596916 or 9175570. OLE color: 9175570.

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

Color convert

RGB 18 2 140 -
CMYK 0.87 0.99 0 0.45
HSL 246.96º 0.97% 0.28% -
HSV(B) 246.96º 0.99% 0.55% -
XYZ 5 2.07 24.95 -
YUV 22.52 194.3 124.78 -
System Red Green Blue C M Y K H S L
Decimal 18 2 140 0.87 0.99 0 0.45 246.96 0.97 0.28
Hex 12 2 8C 57 63 0 2D F7 61 1C
Octal 22 2 214 127 143 0 55 367 141 34
Binary 10010 10 10001100 1010111 1100011 0 101101 11110111 1100001 11100

Color Harmonies of #12028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12028C

Black with #12028C

Text Example


Text Example

White with #12028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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