Html Css Color HEX #1B028E Ultramarine

📋 copy color: '#1B028E'

red 27 ◦ green 2 ◦ blue 142

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

Shades of Ultramarine #1B028E

Tints of Ultramarine #1B028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 83.04%

R = 15.79%
G = 1.17%
B = 83.04%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1B028E (or 0x1B028E) is known color: Ultramarine. HEX triplet: 1B, 02 and 8E. RGB value is (27,2,142). Sum of RGB (Red+Green+Blue) = 27+2+142=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 142 (55.86% from 255 or 83.04% from 171); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B028E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B028E is #E4FD71. Grayscale: #181818. Windows color (decimal): -15007090 or 9306651. OLE color: 9306651.

HSL color Cylindrical-coordinate representation of color #1B028E: hue angle of 250.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B028E is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 27 2 142 -
CMYK 0.81 0.99 0 0.44
HSL 250.71º 0.97% 0.28% -
HSV(B) 250.71º 0.99% 0.56% -
XYZ 5.36 2.23 25.74 -
YUV 25.44 193.78 129.12 -
System Red Green Blue C M Y K H S L
Decimal 27 2 142 0.81 0.99 0 0.44 250.71 0.97 0.28
Hex 1B 2 8E 51 63 0 2C FB 61 1C
Octal 33 2 216 121 143 0 54 373 141 34
Binary 11011 10 10001110 1010001 1100011 0 101100 11111011 1100001 11100

Color Harmonies of #1B028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B028E

Black with #1B028E

Text Example


Text Example

White with #1B028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,2,142); }

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

background-color css

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

 a { background-color: rgb(27,2,142); }

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

border-color css

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

 span { border-color: rgb(27,2,142); }

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