Html Css Color HEX #1B019D Ultramarine

📋 copy color: '#1B019D'

red 27 ◦ green 1 ◦ blue 157

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

Shades of Ultramarine #1B019D

Tints of Ultramarine #1B019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 157 (61.72% from 255) = 84.86%

R = 14.59%
G = 0.54%
B = 84.86%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1B019D (or 0x1B019D) is known color: Ultramarine. HEX triplet: 1B, 01 and 9D. RGB value is (27,1,157). Sum of RGB (Red+Green+Blue) = 27+1+157=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 157 (61.72% from 255 or 84.86% from 185); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B019D is #E4FE62. Grayscale: #191919. Windows color (decimal): -15007331 or 10289435. OLE color: 10289435.

HSL color Cylindrical-coordinate representation of color #1B019D: hue angle of 250º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B019D is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 27 1 157 -
CMYK 0.83 0.99 0 0.38
HSL 250º 0.99% 0.31% -
HSV(B) 250º 0.99% 0.62% -
XYZ 6.55 2.69 32.07 -
YUV 26.56 201.61 128.32 -
System Red Green Blue C M Y K H S L
Decimal 27 1 157 0.83 0.99 0 0.38 250 0.99 0.31
Hex 1B 1 9D 53 63 0 26 FA 63 1F
Octal 33 1 235 123 143 0 46 372 143 37
Binary 11011 1 10011101 1010011 1100011 0 100110 11111010 1100011 11111

Color Harmonies of #1B019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B019D

Black with #1B019D

Text Example


Text Example

White with #1B019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,1,157); }

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

background-color css

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

 a { background-color: rgb(27,1,157); }

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

border-color css

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

 span { border-color: rgb(27,1,157); }

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