Html Css Color HEX #1A068B Ultramarine

📋 copy color: '#1A068B'

red 26 ◦ green 6 ◦ blue 139

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

Shades of Ultramarine #1A068B

Tints of Ultramarine #1A068B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

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

R = 15.2%
G = 3.51%
B = 81.29%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A068B (or 0x1A068B) is known color: Ultramarine. HEX triplet: 1A, 06 and 8B. RGB value is (26,6,139). Sum of RGB (Red+Green+Blue) = 26+6+139=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 139 (54.69% from 255 or 81.29% from 171); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A068B is #E5F974. Grayscale: #1A1A1A. Windows color (decimal): -15071605 or 9111066. OLE color: 9111066.

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

Color convert

RGB 26 6 139 -
CMYK 0.81 0.96 0 0.45
HSL 249.02º 0.92% 0.28% -
HSV(B) 249.02º 0.96% 0.55% -
XYZ 5.15 2.21 24.58 -
YUV 27.14 191.13 127.19 -
System Red Green Blue C M Y K H S L
Decimal 26 6 139 0.81 0.96 0 0.45 249.02 0.92 0.28
Hex 1A 6 8B 51 60 0 2D F9 5C 1C
Octal 32 6 213 121 140 0 55 371 134 34
Binary 11010 110 10001011 1010001 1100000 0 101101 11111001 1011100 11100

Color Harmonies of #1A068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A068B

Black with #1A068B

Text Example


Text Example

White with #1A068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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