Html Css Color HEX #1B0088 Ultramarine

📋 copy color: '#1B0088'

red 27 ◦ green 0 ◦ blue 136

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

Shades of Ultramarine #1B0088

Tints of Ultramarine #1B0088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 136 (53.52% from 255) = 83.44%

R = 16.56%
G = 0%
B = 83.44%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1B0088 (or 0x1B0088) is known color: Ultramarine. HEX triplet: 1B, 00 and 88. RGB value is (27,0,136). Sum of RGB (Red+Green+Blue) = 27+0+136=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 136 (53.52% from 255 or 83.44% from 163); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B0088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0088 is #E4FF77. Grayscale: #171717. Windows color (decimal): -15007608 or 8912923. OLE color: 8912923.

HSL color Cylindrical-coordinate representation of color #1B0088: hue angle of 251.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0088 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 27 0 136 -
CMYK 0.80 1 0 0.47
HSL 251.91º 1% 0.27% -
HSV(B) 251.91º 1% 0.53% -
XYZ 4.9 2.01 23.42 -
YUV 23.58 191.45 130.44 -
System Red Green Blue C M Y K H S L
Decimal 27 0 136 0.80 1 0 0.47 251.91 1 0.27
Hex 1B 0 88 50 64 0 2F FC 64 1B
Octal 33 0 210 120 144 0 57 374 144 33
Binary 11011 0 10001000 1010000 1100100 0 101111 11111100 1100100 11011

Color Harmonies of #1B0088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0088

Black with #1B0088

Text Example


Text Example

White with #1B0088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,0,136); }

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

background-color css

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

 a { background-color: rgb(27,0,136); }

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

border-color css

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

 span { border-color: rgb(27,0,136); }

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