Html Css Color HEX #1B049D Ultramarine

📋 copy color: '#1B049D'

red 27 ◦ green 4 ◦ blue 157

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

Shades of Ultramarine #1B049D

Tints of Ultramarine #1B049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

 BLUE value IS 157 (61.72% from 255) = 83.51%

R = 14.36%
G = 2.13%
B = 83.51%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1B049D (or 0x1B049D) is known color: Ultramarine. HEX triplet: 1B, 04 and 9D. RGB value is (27,4,157). Sum of RGB (Red+Green+Blue) = 27+4+157=188 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.36% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 157 (61.72% from 255 or 83.51% from 188); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B049D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B049D is #E4FB62. Grayscale: #1B1B1B. Windows color (decimal): -15006563 or 10290203. OLE color: 10290203.

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

Color convert

RGB 27 4 157 -
CMYK 0.83 0.97 0 0.38
HSL 249.02º 0.95% 0.32% -
HSV(B) 249.02º 0.97% 0.62% -
XYZ 6.58 2.75 32.08 -
YUV 28.32 200.62 127.06 -
System Red Green Blue C M Y K H S L
Decimal 27 4 157 0.83 0.97 0 0.38 249.02 0.95 0.32
Hex 1B 4 9D 53 61 0 26 F9 5F 20
Octal 33 4 235 123 141 0 46 371 137 40
Binary 11011 100 10011101 1010011 1100001 0 100110 11111001 1011111 100000

Color Harmonies of #1B049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B049D

Black with #1B049D

Text Example


Text Example

White with #1B049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,4,157); }

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

background-color css

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

 a { background-color: rgb(27,4,157); }

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

border-color css

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

 span { border-color: rgb(27,4,157); }

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