Html Css Color HEX #1B008B Ultramarine

📋 copy color: '#1B008B'

red 27 ◦ green 0 ◦ blue 139

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

Shades of Ultramarine #1B008B

Tints of Ultramarine #1B008B

RGB

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

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

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

R = 16.27%
G = 0%
B = 83.73%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B008B (or 0x1B008B) is known color: Ultramarine. HEX triplet: 1B, 00 and 8B. RGB value is (27,0,139). Sum of RGB (Red+Green+Blue) = 27+0+139=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B008B is #E4FF74. Grayscale: #171717. Windows color (decimal): -15007605 or 9109531. OLE color: 9109531.

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

Color convert

RGB 27 0 139 -
CMYK 0.81 1 0 0.45
HSL 251.65º 1% 0.27% -
HSV(B) 251.65º 1% 0.55% -
XYZ 5.11 2.1 24.56 -
YUV 23.92 192.95 130.2 -
System Red Green Blue C M Y K H S L
Decimal 27 0 139 0.81 1 0 0.45 251.65 1 0.27
Hex 1B 0 8B 51 64 0 2D FC 64 1B
Octal 33 0 213 121 144 0 55 374 144 33
Binary 11011 0 10001011 1010001 1100100 0 101101 11111100 1100100 11011

Color Harmonies of #1B008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B008B

Black with #1B008B

Text Example


Text Example

White with #1B008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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