Html Css Color HEX #1806AB Ultramarine

📋 copy color: '#1806AB'

red 24 ◦ green 6 ◦ blue 171

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

Shades of Ultramarine #1806AB

Tints of Ultramarine #1806AB

RGB

 RED value IS 24 (9.77% from 255) = 11.94%

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

 BLUE value IS 171 (67.19% from 255) = 85.07%

R = 11.94%
G = 2.99%
B = 85.07%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1806AB (or 0x1806AB) is known color: Ultramarine. HEX triplet: 18, 06 and AB. RGB value is (24,6,171). Sum of RGB (Red+Green+Blue) = 24+6+171=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #1806AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1806AB is #E7F954. Grayscale: #1D1D1D. Windows color (decimal): -15202645 or 11208216. OLE color: 11208216.

HSL color Cylindrical-coordinate representation of color #1806AB: hue angle of 246.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1806AB is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 6 171 -
CMYK 0.86 0.96 0 0.33
HSL 246.55º 0.93% 0.35% -
HSV(B) 246.55º 0.96% 0.67% -
XYZ 7.79 3.26 38.75 -
YUV 30.19 207.46 123.58 -
System Red Green Blue C M Y K H S L
Decimal 24 6 171 0.86 0.96 0 0.33 246.55 0.93 0.35
Hex 18 6 AB 56 60 0 21 F7 5D 23
Octal 30 6 253 126 140 0 41 367 135 43
Binary 11000 110 10101011 1010110 1100000 0 100001 11110111 1011101 100011

Color Harmonies of #1806AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1806AB

Black with #1806AB

Text Example


Text Example

White with #1806AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1806AB; }

 p { color: rgb(24,6,171); }

 H1.HeaderClassName
 {
   color: #1806AB;
 }
 .AnyTagClassName
 {
   color: #1806AB;
 }
</style>

background-color css

<style>
 a { background-color: #1806AB; }

 a { background-color: rgb(24,6,171); }

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

border-color css

<style>
 span { border-color: #1806AB; }

 span { border-color: rgb(24,6,171); }

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