Html Css Color HEX #1A037C Ultramarine

📋 copy color: '#1A037C'

red 26 ◦ green 3 ◦ blue 124

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

Shades of Ultramarine #1A037C

Tints of Ultramarine #1A037C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 81.05%

R = 16.99%
G = 1.96%
B = 81.05%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1A037C (or 0x1A037C) is known color: Ultramarine. HEX triplet: 1A, 03 and 7C. RGB value is (26,3,124). Sum of RGB (Red+Green+Blue) = 26+3+124=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 124 (48.83% from 255 or 81.05% from 153); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A037C is #E5FC83. Grayscale: #171717. Windows color (decimal): -15072388 or 8127258. OLE color: 8127258.

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

Color convert

RGB 26 3 124 -
CMYK 0.79 0.98 0 0.51
HSL 251.41º 0.95% 0.25% -
HSV(B) 251.41º 0.98% 0.49% -
XYZ 4.1 1.74 19.19 -
YUV 23.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 26 3 124 0.79 0.98 0 0.51 251.41 0.95 0.25
Hex 1A 3 7C 4F 62 0 33 FB 5F 19
Octal 32 3 174 117 142 0 63 373 137 31
Binary 11010 11 1111100 1001111 1100010 0 110011 11111011 1011111 11001

Color Harmonies of #1A037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A037C

Black with #1A037C

Text Example


Text Example

White with #1A037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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