Html Css Color HEX #1A0C88 Ultramarine

📋 copy color: '#1A0C88'

red 26 ◦ green 12 ◦ blue 136

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

Shades of Ultramarine #1A0C88

Tints of Ultramarine #1A0C88

RGB

 RED value IS 26 (10.55% from 255) = 14.94%

 GREEN value IS 12 (5.08% from 255) = 6.9%

 BLUE value IS 136 (53.52% from 255) = 78.16%

R = 14.94%
G = 6.9%
B = 78.16%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1A0C88 (or 0x1A0C88) is known color: Ultramarine. HEX triplet: 1A, 0C and 88. RGB value is (26,12,136). Sum of RGB (Red+Green+Blue) = 26+12+136=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 136 (53.52% from 255 or 78.16% from 174); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A0C88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0C88 is #E5F377. Grayscale: #1D1D1D. Windows color (decimal): -15070072 or 8915994. OLE color: 8915994.

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

Color convert

RGB 26 12 136 -
CMYK 0.81 0.91 0 0.47
HSL 246.77º 0.84% 0.29% -
HSV(B) 246.77º 0.91% 0.53% -
XYZ 5 2.26 23.47 -
YUV 30.32 187.64 124.92 -
System Red Green Blue C M Y K H S L
Decimal 26 12 136 0.81 0.91 0 0.47 246.77 0.84 0.29
Hex 1A C 88 51 5B 0 2F F7 54 1D
Octal 32 14 210 121 133 0 57 367 124 35
Binary 11010 1100 10001000 1010001 1011011 0 101111 11110111 1010100 11101

Color Harmonies of #1A0C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0C88

Black with #1A0C88

Text Example


Text Example

White with #1A0C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,12,136); }

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

background-color css

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

 a { background-color: rgb(26,12,136); }

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

border-color css

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

 span { border-color: rgb(26,12,136); }

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