Html Css Color HEX #1B0378 Ultramarine

📋 copy color: '#1B0378'

red 27 ◦ green 3 ◦ blue 120

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

Shades of Ultramarine #1B0378

Tints of Ultramarine #1B0378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 80%

R = 18%
G = 2%
B = 80%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B0378 (or 0x1B0378) is known color: Ultramarine. HEX triplet: 1B, 03 and 78. RGB value is (27,3,120). Sum of RGB (Red+Green+Blue) = 27+3+120=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 120 (47.27% from 255 or 80% from 150); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B0378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0378 is #E4FC87. Grayscale: #171717. Windows color (decimal): -15006856 or 7865115. OLE color: 7865115.

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

Color convert

RGB 27 3 120 -
CMYK 0.78 0.98 0 0.53
HSL 252.31º 0.95% 0.24% -
HSV(B) 252.31º 0.98% 0.47% -
XYZ 3.87 1.65 17.88 -
YUV 23.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 27 3 120 0.78 0.98 0 0.53 252.31 0.95 0.24
Hex 1B 3 78 4E 62 0 35 FC 5F 18
Octal 33 3 170 116 142 0 65 374 137 30
Binary 11011 11 1111000 1001110 1100010 0 110101 11111100 1011111 11000

Color Harmonies of #1B0378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0378

Black with #1B0378

Text Example


Text Example

White with #1B0378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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