Html Css Color HEX #1B02A0 Ultramarine

📋 copy color: '#1B02A0'

red 27 ◦ green 2 ◦ blue 160

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

Shades of Ultramarine #1B02A0

Tints of Ultramarine #1B02A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 84.66%

R = 14.29%
G = 1.06%
B = 84.66%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1B02A0 (or 0x1B02A0) is known color: Ultramarine. HEX triplet: 1B, 02 and A0. RGB value is (27,2,160). Sum of RGB (Red+Green+Blue) = 27+2+160=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 160 (62.89% from 255 or 84.66% from 189); Max value from RGB is 160 - color contains mainly: blue. Hex color #1B02A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B02A0 is #E4FD5F. Grayscale: #1A1A1A. Windows color (decimal): -15007072 or 10486299. OLE color: 10486299.

HSL color Cylindrical-coordinate representation of color #1B02A0: hue angle of 249.49º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B02A0 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 27 2 160 -
CMYK 0.83 0.99 0 0.37
HSL 249.49º 0.98% 0.32% -
HSV(B) 249.49º 0.99% 0.63% -
XYZ 6.82 2.81 33.44 -
YUV 27.49 202.78 127.65 -
System Red Green Blue C M Y K H S L
Decimal 27 2 160 0.83 0.99 0 0.37 249.49 0.98 0.32
Hex 1B 2 A0 53 63 0 25 F9 62 20
Octal 33 2 240 123 143 0 45 371 142 40
Binary 11011 10 10100000 1010011 1100011 0 100101 11111001 1100010 100000

Color Harmonies of #1B02A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B02A0

Black with #1B02A0

Text Example


Text Example

White with #1B02A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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