Html Css Color HEX #1B088D Ultramarine

📋 copy color: '#1B088D'

red 27 ◦ green 8 ◦ blue 141

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

Shades of Ultramarine #1B088D

Tints of Ultramarine #1B088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.55%

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

R = 15.34%
G = 4.55%
B = 80.11%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B088D (or 0x1B088D) is known color: Ultramarine. HEX triplet: 1B, 08 and 8D. RGB value is (27,8,141). Sum of RGB (Red+Green+Blue) = 27+8+141=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B088D is #E4F772. Grayscale: #1C1C1C. Windows color (decimal): -15005555 or 9242651. OLE color: 9242651.

HSL color Cylindrical-coordinate representation of color #1B088D: hue angle of 248.57º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B088D is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 27 8 141 -
CMYK 0.81 0.94 0 0.45
HSL 248.57º 0.89% 0.29% -
HSV(B) 248.57º 0.94% 0.55% -
XYZ 5.35 2.33 25.37 -
YUV 28.84 191.29 126.69 -
System Red Green Blue C M Y K H S L
Decimal 27 8 141 0.81 0.94 0 0.45 248.57 0.89 0.29
Hex 1B 8 8D 51 5E 0 2D F9 59 1D
Octal 33 10 215 121 136 0 55 371 131 35
Binary 11011 1000 10001101 1010001 1011110 0 101101 11111001 1011001 11101

Color Harmonies of #1B088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B088D

Black with #1B088D

Text Example


Text Example

White with #1B088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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