Html Css Color HEX #1B088B Ultramarine

📋 copy color: '#1B088B'

red 27 ◦ green 8 ◦ blue 139

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

Shades of Ultramarine #1B088B

Tints of Ultramarine #1B088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 79.89%

R = 15.52%
G = 4.6%
B = 79.89%

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

#1B088B (or 0x1B088B) is known color: Ultramarine. HEX triplet: 1B, 08 and 8B. RGB value is (27,8,139). Sum of RGB (Red+Green+Blue) = 27+8+139=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B088B is #E4F774. Grayscale: #1C1C1C. Windows color (decimal): -15005557 or 9111579. OLE color: 9111579.

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

Color convert

RGB 27 8 139 -
CMYK 0.81 0.94 0 0.45
HSL 248.7º 0.89% 0.29% -
HSV(B) 248.7º 0.94% 0.55% -
XYZ 5.2 2.27 24.59 -
YUV 28.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 27 8 139 0.81 0.94 0 0.45 248.7 0.89 0.29
Hex 1B 8 8B 51 5E 0 2D F9 59 1D
Octal 33 10 213 121 136 0 55 371 131 35
Binary 11011 1000 10001011 1010001 1011110 0 101101 11111001 1011001 11101

Color Harmonies of #1B088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B088B

Black with #1B088B

Text Example


Text Example

White with #1B088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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