Html Css Color HEX #1B018B Ultramarine

📋 copy color: '#1B018B'

red 27 ◦ green 1 ◦ blue 139

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

Shades of Ultramarine #1B018B

Tints of Ultramarine #1B018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 83.23%

R = 16.17%
G = 0.6%
B = 83.23%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B018B (or 0x1B018B) is known color: Ultramarine. HEX triplet: 1B, 01 and 8B. RGB value is (27,1,139). Sum of RGB (Red+Green+Blue) = 27+1+139=167 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.17% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B018B is #E4FE74. Grayscale: #171717. Windows color (decimal): -15007349 or 9109787. OLE color: 9109787.

HSL color Cylindrical-coordinate representation of color #1B018B: hue angle of 251.3º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B018B is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 27 1 139 -
CMYK 0.81 0.99 0 0.45
HSL 251.3º 0.99% 0.27% -
HSV(B) 251.3º 0.99% 0.55% -
XYZ 5.12 2.12 24.57 -
YUV 24.51 192.61 129.78 -
System Red Green Blue C M Y K H S L
Decimal 27 1 139 0.81 0.99 0 0.45 251.3 0.99 0.27
Hex 1B 1 8B 51 63 0 2D FB 63 1B
Octal 33 1 213 121 143 0 55 373 143 33
Binary 11011 1 10001011 1010001 1100011 0 101101 11111011 1100011 11011

Color Harmonies of #1B018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B018B

Black with #1B018B

Text Example


Text Example

White with #1B018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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