Html Css Color HEX #1B078D Ultramarine

📋 copy color: '#1B078D'

red 27 ◦ green 7 ◦ blue 141

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

Shades of Ultramarine #1B078D

Tints of Ultramarine #1B078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

 BLUE value IS 141 (55.47% from 255) = 80.57%

R = 15.43%
G = 4%
B = 80.57%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B078D (or 0x1B078D) is known color: Ultramarine. HEX triplet: 1B, 07 and 8D. RGB value is (27,7,141). Sum of RGB (Red+Green+Blue) = 27+7+141=175 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.43% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 141 (55.47% from 255 or 80.57% from 175); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B078D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B078D is #E4F872. Grayscale: #1B1B1B. Windows color (decimal): -15005811 or 9242395. OLE color: 9242395.

HSL color Cylindrical-coordinate representation of color #1B078D: hue angle of 248.96º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B078D is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 27 7 141 -
CMYK 0.81 0.95 0 0.45
HSL 248.96º 0.91% 0.29% -
HSV(B) 248.96º 0.95% 0.55% -
XYZ 5.34 2.31 25.36 -
YUV 28.26 191.63 127.1 -
System Red Green Blue C M Y K H S L
Decimal 27 7 141 0.81 0.95 0 0.45 248.96 0.91 0.29
Hex 1B 7 8D 51 5F 0 2D F9 5B 1D
Octal 33 7 215 121 137 0 55 371 133 35
Binary 11011 111 10001101 1010001 1011111 0 101101 11111001 1011011 11101

Color Harmonies of #1B078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B078D

Black with #1B078D

Text Example


Text Example

White with #1B078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,7,141); }

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

background-color css

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

 a { background-color: rgb(27,7,141); }

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

border-color css

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

 span { border-color: rgb(27,7,141); }

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