Html Css Color HEX #1B078A Ultramarine

📋 copy color: '#1B078A'

red 27 ◦ green 7 ◦ blue 138

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

Shades of Ultramarine #1B078A

Tints of Ultramarine #1B078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 80.23%

R = 15.7%
G = 4.07%
B = 80.23%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1B078A (or 0x1B078A) is known color: Ultramarine. HEX triplet: 1B, 07 and 8A. RGB value is (27,7,138). Sum of RGB (Red+Green+Blue) = 27+7+138=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 138 (54.30% from 255 or 80.23% from 172); Max value from RGB is 138 - color contains mainly: blue. Hex color #1B078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B078A is #E4F875. Grayscale: #1B1B1B. Windows color (decimal): -15005814 or 9045787. OLE color: 9045787.

HSL color Cylindrical-coordinate representation of color #1B078A: hue angle of 249.16º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B078A is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 27 7 138 -
CMYK 0.80 0.95 0 0.46
HSL 249.16º 0.9% 0.28% -
HSV(B) 249.16º 0.95% 0.54% -
XYZ 5.12 2.22 24.2 -
YUV 27.91 190.13 127.35 -
System Red Green Blue C M Y K H S L
Decimal 27 7 138 0.80 0.95 0 0.46 249.16 0.9 0.28
Hex 1B 7 8A 50 5F 0 2E F9 5A 1C
Octal 33 7 212 120 137 0 56 371 132 34
Binary 11011 111 10001010 1010000 1011111 0 101110 11111001 1011010 11100

Color Harmonies of #1B078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B078A

Black with #1B078A

Text Example


Text Example

White with #1B078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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