Html Css Color HEX #1B088C Ultramarine

📋 copy color: '#1B088C'

red 27 ◦ green 8 ◦ blue 140

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

Shades of Ultramarine #1B088C

Tints of Ultramarine #1B088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 80%

R = 15.43%
G = 4.57%
B = 80%

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

#1B088C (or 0x1B088C) is known color: Ultramarine. HEX triplet: 1B, 08 and 8C. RGB value is (27,8,140). Sum of RGB (Red+Green+Blue) = 27+8+140=175 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.43% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 140 (55.08% from 255 or 80% from 175); Max value from RGB is 140 - color contains mainly: blue. Hex color #1B088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B088C is #E4F773. Grayscale: #1C1C1C. Windows color (decimal): -15005556 or 9177115. OLE color: 9177115.

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

Color convert

RGB 27 8 140 -
CMYK 0.81 0.94 0 0.45
HSL 248.64º 0.89% 0.29% -
HSV(B) 248.64º 0.94% 0.55% -
XYZ 5.27 2.3 24.98 -
YUV 28.73 190.79 126.77 -
System Red Green Blue C M Y K H S L
Decimal 27 8 140 0.81 0.94 0 0.45 248.64 0.89 0.29
Hex 1B 8 8C 51 5E 0 2D F9 59 1D
Octal 33 10 214 121 136 0 55 371 131 35
Binary 11011 1000 10001100 1010001 1011110 0 101101 11111001 1011001 11101

Color Harmonies of #1B088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B088C

Black with #1B088C

Text Example


Text Example

White with #1B088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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