Html Css Color HEX #1906AD Ultramarine

📋 copy color: '#1906AD'

red 25 ◦ green 6 ◦ blue 173

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

Shades of Ultramarine #1906AD

Tints of Ultramarine #1906AD

RGB

 RED value IS 25 (10.16% from 255) = 12.25%

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

 BLUE value IS 173 (67.97% from 255) = 84.8%

R = 12.25%
G = 2.94%
B = 84.8%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1906AD (or 0x1906AD) is known color: Ultramarine. HEX triplet: 19, 06 and AD. RGB value is (25,6,173). Sum of RGB (Red+Green+Blue) = 25+6+173=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 173 (67.97% from 255 or 84.80% from 204); Max value from RGB is 173 - color contains mainly: blue. Hex color #1906AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1906AD is #E6F952. Grayscale: #1E1E1E. Windows color (decimal): -15137107 or 11339289. OLE color: 11339289.

HSL color Cylindrical-coordinate representation of color #1906AD: hue angle of 246.83º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1906AD is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 6 173 -
CMYK 0.86 0.97 0 0.32
HSL 246.83º 0.93% 0.35% -
HSV(B) 246.83º 0.97% 0.68% -
XYZ 8.01 3.35 39.76 -
YUV 30.72 208.29 123.92 -
System Red Green Blue C M Y K H S L
Decimal 25 6 173 0.86 0.97 0 0.32 246.83 0.93 0.35
Hex 19 6 AD 56 61 0 20 F7 5D 23
Octal 31 6 255 126 141 0 40 367 135 43
Binary 11001 110 10101101 1010110 1100001 0 100000 11110111 1011101 100011

Color Harmonies of #1906AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1906AD

Black with #1906AD

Text Example


Text Example

White with #1906AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1906AD; }

 p { color: rgb(25,6,173); }

 H1.HeaderClassName
 {
   color: #1906AD;
 }
 .AnyTagClassName
 {
   color: #1906AD;
 }
</style>

background-color css

<style>
 a { background-color: #1906AD; }

 a { background-color: rgb(25,6,173); }

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

border-color css

<style>
 span { border-color: #1906AD; }

 span { border-color: rgb(25,6,173); }

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