Html Css Color HEX #1B1790 Ultramarine

📋 copy color: '#1B1790'

red 27 ◦ green 23 ◦ blue 144

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

Shades of Ultramarine #1B1790

Tints of Ultramarine #1B1790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

 BLUE value IS 144 (56.64% from 255) = 74.23%

R = 13.92%
G = 11.86%
B = 74.23%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1B1790 (or 0x1B1790) is known color: Ultramarine. HEX triplet: 1B, 17 and 90. RGB value is (27,23,144). Sum of RGB (Red+Green+Blue) = 27+23+144=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #1B1790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1790 is #E4E86F. Grayscale: #252525. Windows color (decimal): -15001712 or 9443099. OLE color: 9443099.

HSL color Cylindrical-coordinate representation of color #1B1790: hue angle of 241.98º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B1790 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 27 23 144 -
CMYK 0.81 0.84 0 0.44
HSL 241.98º 0.72% 0.33% -
HSV(B) 241.98º 0.84% 0.56% -
XYZ 5.79 2.86 26.63 -
YUV 37.99 187.83 120.16 -
System Red Green Blue C M Y K H S L
Decimal 27 23 144 0.81 0.84 0 0.44 241.98 0.72 0.33
Hex 1B 17 90 51 54 0 2C F2 48 21
Octal 33 27 220 121 124 0 54 362 110 41
Binary 11011 10111 10010000 1010001 1010100 0 101100 11110010 1001000 100001

Color Harmonies of #1B1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1790

Black with #1B1790

Text Example


Text Example

White with #1B1790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,23,144); }

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

background-color css

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

 a { background-color: rgb(27,23,144); }

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

border-color css

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

 span { border-color: rgb(27,23,144); }

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