Html Css Color HEX #1A009D Ultramarine

📋 copy color: '#1A009D'

red 26 ◦ green 0 ◦ blue 157

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

Shades of Ultramarine #1A009D

Tints of Ultramarine #1A009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 85.79%

R = 14.21%
G = 0%
B = 85.79%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A009D (or 0x1A009D) is known color: Ultramarine. HEX triplet: 1A, 00 and 9D. RGB value is (26,0,157). Sum of RGB (Red+Green+Blue) = 26+0+157=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A009D is #E5FF62. Grayscale: #191919. Windows color (decimal): -15073123 or 10289178. OLE color: 10289178.

HSL color Cylindrical-coordinate representation of color #1A009D: hue angle of 249.94º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A009D is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 0 157 -
CMYK 0.83 1 0 0.38
HSL 249.94º 1% 0.31% -
HSV(B) 249.94º 1% 0.62% -
XYZ 6.51 2.65 32.07 -
YUV 25.67 202.11 128.23 -
System Red Green Blue C M Y K H S L
Decimal 26 0 157 0.83 1 0 0.38 249.94 1 0.31
Hex 1A 0 9D 53 64 0 26 FA 64 1F
Octal 32 0 235 123 144 0 46 372 144 37
Binary 11010 0 10011101 1010011 1100100 0 100110 11111010 1100100 11111

Color Harmonies of #1A009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A009D

Black with #1A009D

Text Example


Text Example

White with #1A009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,0,157); }

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

background-color css

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

 a { background-color: rgb(26,0,157); }

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

border-color css

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

 span { border-color: rgb(26,0,157); }

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