Html Css Color HEX #1019A4 Ultramarine

📋 copy color: '#1019A4'

red 16 ◦ green 25 ◦ blue 164

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

Shades of Ultramarine #1019A4

Tints of Ultramarine #1019A4

RGB

 RED value IS 16 (6.64% from 255) = 7.8%

 GREEN value IS 25 (10.16% from 255) = 12.2%

 BLUE value IS 164 (64.45% from 255) = 80%

R = 7.8%
G = 12.2%
B = 80%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1019A4 (or 0x1019A4) is known color: Ultramarine. HEX triplet: 10, 19 and A4. RGB value is (16,25,164). Sum of RGB (Red+Green+Blue) = 16+25+164=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 164 (64.45% from 255 or 80% from 205); Max value from RGB is 164 - color contains mainly: blue. Hex color #1019A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1019A4 is #EFE65B. Grayscale: #252525. Windows color (decimal): -15722076 or 10754320. OLE color: 10754320.

HSL color Cylindrical-coordinate representation of color #1019A4: hue angle of 236.35º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1019A4 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 25 164 -
CMYK 0.90 0.85 0 0.36
HSL 236.35º 0.82% 0.35% -
HSV(B) 236.35º 0.9% 0.64% -
XYZ 7.26 3.49 35.41 -
YUV 38.16 199.02 112.2 -
System Red Green Blue C M Y K H S L
Decimal 16 25 164 0.90 0.85 0 0.36 236.35 0.82 0.35
Hex 10 19 A4 5A 55 0 24 EC 52 23
Octal 20 31 244 132 125 0 44 354 122 43
Binary 10000 11001 10100100 1011010 1010101 0 100100 11101100 1010010 100011

Color Harmonies of #1019A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1019A4

Black with #1019A4

Text Example


Text Example

White with #1019A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1019A4; }

 p { color: rgb(16,25,164); }

 H1.HeaderClassName
 {
   color: #1019A4;
 }
 .AnyTagClassName
 {
   color: #1019A4;
 }
</style>

background-color css

<style>
 a { background-color: #1019A4; }

 a { background-color: rgb(16,25,164); }

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

border-color css

<style>
 span { border-color: #1019A4; }

 span { border-color: rgb(16,25,164); }

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