Html Css Color HEX #1B019E Ultramarine

📋 copy color: '#1B019E'

red 27 ◦ green 1 ◦ blue 158

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

Shades of Ultramarine #1B019E

Tints of Ultramarine #1B019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 84.95%

R = 14.52%
G = 0.54%
B = 84.95%

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

#1B019E (or 0x1B019E) is known color: Ultramarine. HEX triplet: 1B, 01 and 9E. RGB value is (27,1,158). Sum of RGB (Red+Green+Blue) = 27+1+158=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 158 (62.11% from 255 or 84.95% from 186); Max value from RGB is 158 - color contains mainly: blue. Hex color #1B019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B019E is #E4FE61. Grayscale: #1A1A1A. Windows color (decimal): -15007330 or 10354971. OLE color: 10354971.

HSL color Cylindrical-coordinate representation of color #1B019E: hue angle of 249.94º 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 #1B019E is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 27 1 158 -
CMYK 0.83 0.99 0 0.38
HSL 249.94º 0.99% 0.31% -
HSV(B) 249.94º 0.99% 0.62% -
XYZ 6.63 2.72 32.52 -
YUV 26.67 202.11 128.23 -
System Red Green Blue C M Y K H S L
Decimal 27 1 158 0.83 0.99 0 0.38 249.94 0.99 0.31
Hex 1B 1 9E 53 63 0 26 FA 63 1F
Octal 33 1 236 123 143 0 46 372 143 37
Binary 11011 1 10011110 1010011 1100011 0 100110 11111010 1100011 11111

Color Harmonies of #1B019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B019E

Black with #1B019E

Text Example


Text Example

White with #1B019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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