Html Css Color HEX #1B00A1 Ultramarine

📋 copy color: '#1B00A1'

red 27 ◦ green 0 ◦ blue 161

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

Shades of Ultramarine #1B00A1

Tints of Ultramarine #1B00A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 85.64%

R = 14.36%
G = 0%
B = 85.64%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1B00A1 (or 0x1B00A1) is known color: Ultramarine. HEX triplet: 1B, 00 and A1. RGB value is (27,0,161). Sum of RGB (Red+Green+Blue) = 27+0+161=188 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.36% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 161 (63.28% from 255 or 85.64% from 188); Max value from RGB is 161 - color contains mainly: blue. Hex color #1B00A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B00A1 is #E4FF5E. Grayscale: #191919. Windows color (decimal): -15007583 or 10551323. OLE color: 10551323.

HSL color Cylindrical-coordinate representation of color #1B00A1: hue angle of 250.06º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B00A1 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 27 0 161 -
CMYK 0.83 1 0 0.37
HSL 250.06º 1% 0.32% -
HSV(B) 250.06º 1% 0.63% -
XYZ 6.89 2.81 33.9 -
YUV 26.43 203.95 128.41 -
System Red Green Blue C M Y K H S L
Decimal 27 0 161 0.83 1 0 0.37 250.06 1 0.32
Hex 1B 0 A1 53 64 0 25 FA 64 20
Octal 33 0 241 123 144 0 45 372 144 40
Binary 11011 0 10100001 1010011 1100100 0 100101 11111010 1100100 100000

Color Harmonies of #1B00A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B00A1

Black with #1B00A1

Text Example


Text Example

White with #1B00A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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