Html Css Color HEX #1B037D Ultramarine

📋 copy color: '#1B037D'

red 27 ◦ green 3 ◦ blue 125

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

Shades of Ultramarine #1B037D

Tints of Ultramarine #1B037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 80.65%

R = 17.42%
G = 1.94%
B = 80.65%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1B037D (or 0x1B037D) is known color: Ultramarine. HEX triplet: 1B, 03 and 7D. RGB value is (27,3,125). Sum of RGB (Red+Green+Blue) = 27+3+125=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 125 (49.22% from 255 or 80.65% from 155); Max value from RGB is 125 - color contains mainly: blue. Hex color #1B037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B037D is #E4FC82. Grayscale: #171717. Windows color (decimal): -15006851 or 8192795. OLE color: 8192795.

HSL color Cylindrical-coordinate representation of color #1B037D: hue angle of 251.8º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B037D is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 27 3 125 -
CMYK 0.78 0.98 0 0.51
HSL 251.8º 0.95% 0.25% -
HSV(B) 251.8º 0.98% 0.49% -
XYZ 4.19 1.78 19.52 -
YUV 24.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 27 3 125 0.78 0.98 0 0.51 251.8 0.95 0.25
Hex 1B 3 7D 4E 62 0 33 FC 5F 19
Octal 33 3 175 116 142 0 63 374 137 31
Binary 11011 11 1111101 1001110 1100010 0 110011 11111100 1011111 11001

Color Harmonies of #1B037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B037D

Black with #1B037D

Text Example


Text Example

White with #1B037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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