Html Css Color HEX #1B037A Ultramarine

📋 copy color: '#1B037A'

red 27 ◦ green 3 ◦ blue 122

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

Shades of Ultramarine #1B037A

Tints of Ultramarine #1B037A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 80.26%

R = 17.76%
G = 1.97%
B = 80.26%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1B037A (or 0x1B037A) is known color: Ultramarine. HEX triplet: 1B, 03 and 7A. RGB value is (27,3,122). Sum of RGB (Red+Green+Blue) = 27+3+122=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 122 (48.05% from 255 or 80.26% from 152); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B037A is #E4FC85. Grayscale: #171717. Windows color (decimal): -15006854 or 7996187. OLE color: 7996187.

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

Color convert

RGB 27 3 122 -
CMYK 0.78 0.98 0 0.52
HSL 252.1º 0.95% 0.25% -
HSV(B) 252.1º 0.98% 0.48% -
XYZ 4 1.7 18.53 -
YUV 23.74 183.45 130.32 -
System Red Green Blue C M Y K H S L
Decimal 27 3 122 0.78 0.98 0 0.52 252.1 0.95 0.25
Hex 1B 3 7A 4E 62 0 34 FC 5F 19
Octal 33 3 172 116 142 0 64 374 137 31
Binary 11011 11 1111010 1001110 1100010 0 110100 11111100 1011111 11001

Color Harmonies of #1B037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B037A

Black with #1B037A

Text Example


Text Example

White with #1B037A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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