Html Css Color HEX #1B0085 Ultramarine

📋 copy color: '#1B0085'

red 27 ◦ green 0 ◦ blue 133

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

Shades of Ultramarine #1B0085

Tints of Ultramarine #1B0085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 133 (52.34% from 255) = 83.13%

R = 16.88%
G = 0%
B = 83.13%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1B0085 (or 0x1B0085) is known color: Ultramarine. HEX triplet: 1B, 00 and 85. RGB value is (27,0,133). Sum of RGB (Red+Green+Blue) = 27+0+133=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 133 (52.34% from 255 or 83.12% from 160); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B0085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0085 is #E4FF7A. Grayscale: #161616. Windows color (decimal): -15007611 or 8716315. OLE color: 8716315.

HSL color Cylindrical-coordinate representation of color #1B0085: hue angle of 252.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0085 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 27 0 133 -
CMYK 0.80 1 0 0.48
HSL 252.18º 1% 0.26% -
HSV(B) 252.18º 1% 0.52% -
XYZ 4.69 1.93 22.32 -
YUV 23.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 27 0 133 0.80 1 0 0.48 252.18 1 0.26
Hex 1B 0 85 50 64 0 30 FC 64 1A
Octal 33 0 205 120 144 0 60 374 144 32
Binary 11011 0 10000101 1010000 1100100 0 110000 11111100 1100100 11010

Color Harmonies of #1B0085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0085

Black with #1B0085

Text Example


Text Example

White with #1B0085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,0,133); }

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

background-color css

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

 a { background-color: rgb(27,0,133); }

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

border-color css

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

 span { border-color: rgb(27,0,133); }

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