Html Css Color HEX #1B039D Ultramarine

📋 copy color: '#1B039D'

red 27 ◦ green 3 ◦ blue 157

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

Shades of Ultramarine #1B039D

Tints of Ultramarine #1B039D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 14.44%
G = 1.6%
B = 83.96%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1B039D (or 0x1B039D) is known color: Ultramarine. HEX triplet: 1B, 03 and 9D. RGB value is (27,3,157). Sum of RGB (Red+Green+Blue) = 27+3+157=187 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.44% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 157 (61.72% from 255 or 83.96% from 187); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B039D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B039D is #E4FC62. Grayscale: #1B1B1B. Windows color (decimal): -15006819 or 10289947. OLE color: 10289947.

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

Color convert

RGB 27 3 157 -
CMYK 0.83 0.98 0 0.38
HSL 249.35º 0.96% 0.31% -
HSV(B) 249.35º 0.98% 0.62% -
XYZ 6.57 2.73 32.08 -
YUV 27.73 200.95 127.48 -
System Red Green Blue C M Y K H S L
Decimal 27 3 157 0.83 0.98 0 0.38 249.35 0.96 0.31
Hex 1B 3 9D 53 62 0 26 F9 60 1F
Octal 33 3 235 123 142 0 46 371 140 37
Binary 11011 11 10011101 1010011 1100010 0 100110 11111001 1100000 11111

Color Harmonies of #1B039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B039D

Black with #1B039D

Text Example


Text Example

White with #1B039D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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