Html Css Color HEX #1A028B Ultramarine

📋 copy color: '#1A028B'

red 26 ◦ green 2 ◦ blue 139

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

Shades of Ultramarine #1A028B

Tints of Ultramarine #1A028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

 BLUE value IS 139 (54.69% from 255) = 83.23%

R = 15.57%
G = 1.2%
B = 83.23%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A028B (or 0x1A028B) is known color: Ultramarine. HEX triplet: 1A, 02 and 8B. RGB value is (26,2,139). Sum of RGB (Red+Green+Blue) = 26+2+139=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A028B is #E5FD74. Grayscale: #181818. Windows color (decimal): -15072629 or 9110042. OLE color: 9110042.

HSL color Cylindrical-coordinate representation of color #1A028B: hue angle of 250.51º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A028B is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 2 139 -
CMYK 0.81 0.99 0 0.45
HSL 250.51º 0.97% 0.28% -
HSV(B) 250.51º 0.99% 0.55% -
XYZ 5.11 2.13 24.57 -
YUV 24.79 192.45 128.86 -
System Red Green Blue C M Y K H S L
Decimal 26 2 139 0.81 0.99 0 0.45 250.51 0.97 0.28
Hex 1A 2 8B 51 63 0 2D FB 61 1C
Octal 32 2 213 121 143 0 55 373 141 34
Binary 11010 10 10001011 1010001 1100011 0 101101 11111011 1100001 11100

Color Harmonies of #1A028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A028B

Black with #1A028B

Text Example


Text Example

White with #1A028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,2,139); }

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

background-color css

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

 a { background-color: rgb(26,2,139); }

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

border-color css

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

 span { border-color: rgb(26,2,139); }

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