Html Css Color HEX #1906AB Ultramarine

📋 copy color: '#1906AB'

red 25 ◦ green 6 ◦ blue 171

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

Shades of Ultramarine #1906AB

Tints of Ultramarine #1906AB

RGB

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

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

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

R = 12.38%
G = 2.97%
B = 84.65%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1906AB (or 0x1906AB) is known color: Ultramarine. HEX triplet: 19, 06 and AB. RGB value is (25,6,171). Sum of RGB (Red+Green+Blue) = 25+6+171=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 171 (67.19% from 255 or 84.65% from 202); Max value from RGB is 171 - color contains mainly: blue. Hex color #1906AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1906AB is #E6F954. Grayscale: #1D1D1D. Windows color (decimal): -15137109 or 11208217. OLE color: 11208217.

HSL color Cylindrical-coordinate representation of color #1906AB: hue angle of 246.91º 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 #1906AB is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 6 171 -
CMYK 0.85 0.96 0 0.33
HSL 246.91º 0.93% 0.35% -
HSV(B) 246.91º 0.96% 0.67% -
XYZ 7.82 3.28 38.75 -
YUV 30.49 207.29 124.08 -
System Red Green Blue C M Y K H S L
Decimal 25 6 171 0.85 0.96 0 0.33 246.91 0.93 0.35
Hex 19 6 AB 55 60 0 21 F7 5D 23
Octal 31 6 253 125 140 0 41 367 135 43
Binary 11001 110 10101011 1010101 1100000 0 100001 11110111 1011101 100011

Color Harmonies of #1906AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1906AB

Black with #1906AB

Text Example


Text Example

White with #1906AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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