Html Css Color HEX #1A039F Ultramarine

📋 copy color: '#1A039F'

red 26 ◦ green 3 ◦ blue 159

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

Shades of Ultramarine #1A039F

Tints of Ultramarine #1A039F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 84.57%

R = 13.83%
G = 1.6%
B = 84.57%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A039F (or 0x1A039F) is known color: Ultramarine. HEX triplet: 1A, 03 and 9F. RGB value is (26,3,159). Sum of RGB (Red+Green+Blue) = 26+3+159=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 159 (62.5% from 255 or 84.57% from 188); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A039F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A039F is #E5FC60. Grayscale: #1B1B1B. Windows color (decimal): -15072353 or 10421018. OLE color: 10421018.

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

Color convert

RGB 26 3 159 -
CMYK 0.84 0.98 0 0.38
HSL 248.85º 0.96% 0.32% -
HSV(B) 248.85º 0.98% 0.62% -
XYZ 6.72 2.79 32.99 -
YUV 27.66 202.12 126.82 -
System Red Green Blue C M Y K H S L
Decimal 26 3 159 0.84 0.98 0 0.38 248.85 0.96 0.32
Hex 1A 3 9F 54 62 0 26 F9 60 20
Octal 32 3 237 124 142 0 46 371 140 40
Binary 11010 11 10011111 1010100 1100010 0 100110 11111001 1100000 100000

Color Harmonies of #1A039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A039F

Black with #1A039F

Text Example


Text Example

White with #1A039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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