Html Css Color HEX #1B02AB Ultramarine

📋 copy color: '#1B02AB'

red 27 ◦ green 2 ◦ blue 171

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

Shades of Ultramarine #1B02AB

Tints of Ultramarine #1B02AB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 13.5%
G = 1%
B = 85.5%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B02AB (or 0x1B02AB) is known color: Ultramarine. HEX triplet: 1B, 02 and AB. RGB value is (27,2,171). Sum of RGB (Red+Green+Blue) = 27+2+171=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B02AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B02AB is #E4FD54. Grayscale: #1C1C1C. Windows color (decimal): -15007061 or 11207195. OLE color: 11207195.

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

Color convert

RGB 27 2 171 -
CMYK 0.84 0.99 0 0.33
HSL 248.88º 0.98% 0.34% -
HSV(B) 248.88º 0.99% 0.67% -
XYZ 7.82 3.22 38.74 -
YUV 28.74 208.28 126.76 -
System Red Green Blue C M Y K H S L
Decimal 27 2 171 0.84 0.99 0 0.33 248.88 0.98 0.34
Hex 1B 2 AB 54 63 0 21 F9 62 22
Octal 33 2 253 124 143 0 41 371 142 42
Binary 11011 10 10101011 1010100 1100011 0 100001 11111001 1100010 100010

Color Harmonies of #1B02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B02AB

Black with #1B02AB

Text Example


Text Example

White with #1B02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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