Html Css Color HEX #1B028D Ultramarine

📋 copy color: '#1B028D'

red 27 ◦ green 2 ◦ blue 141

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

Shades of Ultramarine #1B028D

Tints of Ultramarine #1B028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 82.94%

R = 15.88%
G = 1.18%
B = 82.94%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B028D (or 0x1B028D) is known color: Ultramarine. HEX triplet: 1B, 02 and 8D. RGB value is (27,2,141). Sum of RGB (Red+Green+Blue) = 27+2+141=170 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.88% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 141 (55.47% from 255 or 82.94% from 170); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B028D is #E4FD72. Grayscale: #181818. Windows color (decimal): -15007091 or 9241115. OLE color: 9241115.

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

Color convert

RGB 27 2 141 -
CMYK 0.81 0.99 0 0.45
HSL 250.79º 0.97% 0.28% -
HSV(B) 250.79º 0.99% 0.55% -
XYZ 5.28 2.2 25.35 -
YUV 25.32 193.28 129.2 -
System Red Green Blue C M Y K H S L
Decimal 27 2 141 0.81 0.99 0 0.45 250.79 0.97 0.28
Hex 1B 2 8D 51 63 0 2D FB 61 1C
Octal 33 2 215 121 143 0 55 373 141 34
Binary 11011 10 10001101 1010001 1100011 0 101101 11111011 1100001 11100

Color Harmonies of #1B028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B028D

Black with #1B028D

Text Example


Text Example

White with #1B028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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