Html Css Color HEX #1B128C Ultramarine

📋 copy color: '#1B128C'

red 27 ◦ green 18 ◦ blue 140

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

Shades of Ultramarine #1B128C

Tints of Ultramarine #1B128C

RGB

 RED value IS 27 (10.94% from 255) = 14.59%

 GREEN value IS 18 (7.42% from 255) = 9.73%

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

R = 14.59%
G = 9.73%
B = 75.68%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B128C (or 0x1B128C) is known color: Ultramarine. HEX triplet: 1B, 12 and 8C. RGB value is (27,18,140). Sum of RGB (Red+Green+Blue) = 27+18+140=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 140 (55.08% from 255 or 75.68% from 185); Max value from RGB is 140 - color contains mainly: blue. Hex color #1B128C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B128C is #E4ED73. Grayscale: #222222. Windows color (decimal): -15002996 or 9179675. OLE color: 9179675.

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

Color convert

RGB 27 18 140 -
CMYK 0.81 0.87 0 0.45
HSL 244.43º 0.77% 0.31% -
HSV(B) 244.43º 0.87% 0.55% -
XYZ 5.4 2.56 25.02 -
YUV 34.6 187.48 122.58 -
System Red Green Blue C M Y K H S L
Decimal 27 18 140 0.81 0.87 0 0.45 244.43 0.77 0.31
Hex 1B 12 8C 51 57 0 2D F4 4D 1F
Octal 33 22 214 121 127 0 55 364 115 37
Binary 11011 10010 10001100 1010001 1010111 0 101101 11110100 1001101 11111

Color Harmonies of #1B128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B128C

Black with #1B128C

Text Example


Text Example

White with #1B128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B128C; }

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

 H1.HeaderClassName
 {
   color: #1B128C;
 }
 .AnyTagClassName
 {
   color: #1B128C;
 }
</style>

background-color css

<style>
 a { background-color: #1B128C; }

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

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

border-color css

<style>
 span { border-color: #1B128C; }

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

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