Html Css Color HEX #1B05AB Ultramarine

📋 copy color: '#1B05AB'

red 27 ◦ green 5 ◦ blue 171

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

Shades of Ultramarine #1B05AB

Tints of Ultramarine #1B05AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

 BLUE value IS 171 (67.19% from 255) = 84.24%

R = 13.3%
G = 2.46%
B = 84.24%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B05AB (or 0x1B05AB) is known color: Ultramarine. HEX triplet: 1B, 05 and AB. RGB value is (27,5,171). Sum of RGB (Red+Green+Blue) = 27+5+171=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B05AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B05AB is #E4FA54. Grayscale: #1D1D1D. Windows color (decimal): -15006293 or 11207963. OLE color: 11207963.

HSL color Cylindrical-coordinate representation of color #1B05AB: hue angle of 247.95º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B05AB is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 5 171 -
CMYK 0.84 0.97 0 0.33
HSL 247.95º 0.94% 0.35% -
HSV(B) 247.95º 0.97% 0.67% -
XYZ 7.86 3.28 38.75 -
YUV 30.5 207.29 125.5 -
System Red Green Blue C M Y K H S L
Decimal 27 5 171 0.84 0.97 0 0.33 247.95 0.94 0.35
Hex 1B 5 AB 54 61 0 21 F8 5E 23
Octal 33 5 253 124 141 0 41 370 136 43
Binary 11011 101 10101011 1010100 1100001 0 100001 11111000 1011110 100011

Color Harmonies of #1B05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B05AB

Black with #1B05AB

Text Example


Text Example

White with #1B05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,5,171); }

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

background-color css

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

 a { background-color: rgb(27,5,171); }

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

border-color css

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

 span { border-color: rgb(27,5,171); }

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