Html Css Color HEX #12148B Ultramarine

📋 copy color: '#12148B'

red 18 ◦ green 20 ◦ blue 139

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

Shades of Ultramarine #12148B

Tints of Ultramarine #12148B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.3%

 BLUE value IS 139 (54.69% from 255) = 78.53%

R = 10.17%
G = 11.3%
B = 78.53%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12148B (or 0x12148B) is known color: Ultramarine. HEX triplet: 12, 14 and 8B. RGB value is (18,20,139). Sum of RGB (Red+Green+Blue) = 18+20+139=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #12148B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12148B is #EDEB74. Grayscale: #202020. Windows color (decimal): -15592309 or 9114642. OLE color: 9114642.

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

Color convert

RGB 18 20 139 -
CMYK 0.87 0.86 0 0.45
HSL 239.01º 0.77% 0.31% -
HSV(B) 239.01º 0.87% 0.55% -
XYZ 5.16 2.49 24.64 -
YUV 32.97 187.84 117.32 -
System Red Green Blue C M Y K H S L
Decimal 18 20 139 0.87 0.86 0 0.45 239.01 0.77 0.31
Hex 12 14 8B 57 56 0 2D EF 4D 1F
Octal 22 24 213 127 126 0 55 357 115 37
Binary 10010 10100 10001011 1010111 1010110 0 101101 11101111 1001101 11111

Color Harmonies of #12148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12148B

Black with #12148B

Text Example


Text Example

White with #12148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12148B; }

 p { color: rgb(18,20,139); }

 H1.HeaderClassName
 {
   color: #12148B;
 }
 .AnyTagClassName
 {
   color: #12148B;
 }
</style>

background-color css

<style>
 a { background-color: #12148B; }

 a { background-color: rgb(18,20,139); }

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

border-color css

<style>
 span { border-color: #12148B; }

 span { border-color: rgb(18,20,139); }

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