Html Css Color HEX #19068C Ultramarine

📋 copy color: '#19068C'

red 25 ◦ green 6 ◦ blue 140

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

Shades of Ultramarine #19068C

Tints of Ultramarine #19068C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

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

R = 14.62%
G = 3.51%
B = 81.87%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19068C (or 0x19068C) is known color: Ultramarine. HEX triplet: 19, 06 and 8C. RGB value is (25,6,140). Sum of RGB (Red+Green+Blue) = 25+6+140=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 140 (55.08% from 255 or 81.87% from 171); Max value from RGB is 140 - color contains mainly: blue. Hex color #19068C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19068C is #E6F973. Grayscale: #1A1A1A. Windows color (decimal): -15137140 or 9176601. OLE color: 9176601.

HSL color Cylindrical-coordinate representation of color #19068C: hue angle of 248.51º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19068C is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 6 140 -
CMYK 0.82 0.96 0 0.45
HSL 248.51º 0.92% 0.29% -
HSV(B) 248.51º 0.96% 0.55% -
XYZ 5.2 2.23 24.97 -
YUV 26.96 191.79 126.6 -
System Red Green Blue C M Y K H S L
Decimal 25 6 140 0.82 0.96 0 0.45 248.51 0.92 0.29
Hex 19 6 8C 52 60 0 2D F9 5C 1D
Octal 31 6 214 122 140 0 55 371 134 35
Binary 11001 110 10001100 1010010 1100000 0 101101 11111001 1011100 11101

Color Harmonies of #19068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19068C

Black with #19068C

Text Example


Text Example

White with #19068C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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