Html Css Color HEX #1A037D Ultramarine

📋 copy color: '#1A037D'

red 26 ◦ green 3 ◦ blue 125

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

Shades of Ultramarine #1A037D

Tints of Ultramarine #1A037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 81.17%

R = 16.88%
G = 1.95%
B = 81.17%

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

#1A037D (or 0x1A037D) is known color: Ultramarine. HEX triplet: 1A, 03 and 7D. RGB value is (26,3,125). Sum of RGB (Red+Green+Blue) = 26+3+125=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 125 (49.22% from 255 or 81.17% from 154); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A037D is #E5FC82. Grayscale: #171717. Windows color (decimal): -15072387 or 8192794. OLE color: 8192794.

HSL color Cylindrical-coordinate representation of color #1A037D: hue angle of 251.31º 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 #1A037D is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 26 3 125 -
CMYK 0.79 0.98 0 0.51
HSL 251.31º 0.95% 0.25% -
HSV(B) 251.31º 0.98% 0.49% -
XYZ 4.16 1.77 19.52 -
YUV 23.79 185.12 129.58 -
System Red Green Blue C M Y K H S L
Decimal 26 3 125 0.79 0.98 0 0.51 251.31 0.95 0.25
Hex 1A 3 7D 4F 62 0 33 FB 5F 19
Octal 32 3 175 117 142 0 63 373 137 31
Binary 11010 11 1111101 1001111 1100010 0 110011 11111011 1011111 11001

Color Harmonies of #1A037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A037D

Black with #1A037D

Text Example


Text Example

White with #1A037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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