Html Css Color HEX #1B00A0 Ultramarine

📋 copy color: '#1B00A0'

red 27 ◦ green 0 ◦ blue 160

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

Shades of Ultramarine #1B00A0

Tints of Ultramarine #1B00A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 85.56%

R = 14.44%
G = 0%
B = 85.56%

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

#1B00A0 (or 0x1B00A0) is known color: Ultramarine. HEX triplet: 1B, 00 and A0. RGB value is (27,0,160). Sum of RGB (Red+Green+Blue) = 27+0+160=187 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.44% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 160 (62.89% from 255 or 85.56% from 187); Max value from RGB is 160 - color contains mainly: blue. Hex color #1B00A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B00A0 is #E4FF5F. Grayscale: #191919. Windows color (decimal): -15007584 or 10485787. OLE color: 10485787.

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

Color convert

RGB 27 0 160 -
CMYK 0.83 1 0 0.37
HSL 250.13º 1% 0.31% -
HSV(B) 250.13º 1% 0.63% -
XYZ 6.8 2.77 33.43 -
YUV 26.31 203.45 128.49 -
System Red Green Blue C M Y K H S L
Decimal 27 0 160 0.83 1 0 0.37 250.13 1 0.31
Hex 1B 0 A0 53 64 0 25 FA 64 1F
Octal 33 0 240 123 144 0 45 372 144 37
Binary 11011 0 10100000 1010011 1100100 0 100101 11111010 1100100 11111

Color Harmonies of #1B00A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B00A0

Black with #1B00A0

Text Example


Text Example

White with #1B00A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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