Html Css Color HEX #1A037A Ultramarine

📋 copy color: '#1A037A'

red 26 ◦ green 3 ◦ blue 122

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

Shades of Ultramarine #1A037A

Tints of Ultramarine #1A037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.99%

 BLUE value IS 122 (48.05% from 255) = 80.79%

R = 17.22%
G = 1.99%
B = 80.79%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1A037A (or 0x1A037A) is known color: Ultramarine. HEX triplet: 1A, 03 and 7A. RGB value is (26,3,122). Sum of RGB (Red+Green+Blue) = 26+3+122=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 122 (48.05% from 255 or 80.79% from 151); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A037A is #E5FC85. Grayscale: #161616. Windows color (decimal): -15072390 or 7996186. OLE color: 7996186.

HSL color Cylindrical-coordinate representation of color #1A037A: hue angle of 251.6º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A037A is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 26 3 122 -
CMYK 0.79 0.98 0 0.52
HSL 251.6º 0.95% 0.25% -
HSV(B) 251.6º 0.98% 0.48% -
XYZ 3.97 1.69 18.53 -
YUV 23.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 26 3 122 0.79 0.98 0 0.52 251.6 0.95 0.25
Hex 1A 3 7A 4F 62 0 34 FC 5F 19
Octal 32 3 172 117 142 0 64 374 137 31
Binary 11010 11 1111010 1001111 1100010 0 110100 11111100 1011111 11001

Color Harmonies of #1A037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A037A

Black with #1A037A

Text Example


Text Example

White with #1A037A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,3,122); }

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

background-color css

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

 a { background-color: rgb(26,3,122); }

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

border-color css

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

 span { border-color: rgb(26,3,122); }

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