Html Css Color HEX #19078C Ultramarine

📋 copy color: '#19078C'

red 25 ◦ green 7 ◦ blue 140

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

Shades of Ultramarine #19078C

Tints of Ultramarine #19078C

RGB

 RED value IS 25 (10.16% from 255) = 14.53%

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

 BLUE value IS 140 (55.08% from 255) = 81.4%

R = 14.53%
G = 4.07%
B = 81.4%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19078C (or 0x19078C) is known color: Ultramarine. HEX triplet: 19, 07 and 8C. RGB value is (25,7,140). Sum of RGB (Red+Green+Blue) = 25+7+140=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 140 (55.08% from 255 or 81.40% from 172); Max value from RGB is 140 - color contains mainly: blue. Hex color #19078C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19078C is #E6F873. Grayscale: #1B1B1B. Windows color (decimal): -15136884 or 9176857. OLE color: 9176857.

HSL color Cylindrical-coordinate representation of color #19078C: hue angle of 248.12º degrees, saturation: 0.9, 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 #19078C is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 7 140 -
CMYK 0.82 0.95 0 0.45
HSL 248.12º 0.9% 0.29% -
HSV(B) 248.12º 0.95% 0.55% -
XYZ 5.21 2.25 24.97 -
YUV 27.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 25 7 140 0.82 0.95 0 0.45 248.12 0.9 0.29
Hex 19 7 8C 52 5F 0 2D F8 5A 1D
Octal 31 7 214 122 137 0 55 370 132 35
Binary 11001 111 10001100 1010010 1011111 0 101101 11111000 1011010 11101

Color Harmonies of #19078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19078C

Black with #19078C

Text Example


Text Example

White with #19078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19078C; }

 p { color: rgb(25,7,140); }

 H1.HeaderClassName
 {
   color: #19078C;
 }
 .AnyTagClassName
 {
   color: #19078C;
 }
</style>

background-color css

<style>
 a { background-color: #19078C; }

 a { background-color: rgb(25,7,140); }

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

border-color css

<style>
 span { border-color: #19078C; }

 span { border-color: rgb(25,7,140); }

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