Html Css Color HEX #1706AA Ultramarine

📋 copy color: '#1706AA'

red 23 ◦ green 6 ◦ blue 170

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

Shades of Ultramarine #1706AA

Tints of Ultramarine #1706AA

RGB

 RED value IS 23 (9.38% from 255) = 11.56%

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

 BLUE value IS 170 (66.8% from 255) = 85.43%

R = 11.56%
G = 3.02%
B = 85.43%

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

#1706AA (or 0x1706AA) is known color: Ultramarine. HEX triplet: 17, 06 and AA. RGB value is (23,6,170). Sum of RGB (Red+Green+Blue) = 23+6+170=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 170 (66.80% from 255 or 85.43% from 199); Max value from RGB is 170 - color contains mainly: blue. Hex color #1706AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1706AA is #E8F955. Grayscale: #1D1D1D. Windows color (decimal): -15268182 or 11142679. OLE color: 11142679.

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

Color convert

RGB 23 6 170 -
CMYK 0.86 0.96 0 0.33
HSL 246.22º 0.93% 0.35% -
HSV(B) 246.22º 0.96% 0.67% -
XYZ 7.67 3.21 38.25 -
YUV 29.78 207.13 123.16 -
System Red Green Blue C M Y K H S L
Decimal 23 6 170 0.86 0.96 0 0.33 246.22 0.93 0.35
Hex 17 6 AA 56 60 0 21 F6 5D 23
Octal 27 6 252 126 140 0 41 366 135 43
Binary 10111 110 10101010 1010110 1100000 0 100001 11110110 1011101 100011

Color Harmonies of #1706AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1706AA

Black with #1706AA

Text Example


Text Example

White with #1706AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1706AA; }

 p { color: rgb(23,6,170); }

 H1.HeaderClassName
 {
   color: #1706AA;
 }
 .AnyTagClassName
 {
   color: #1706AA;
 }
</style>

background-color css

<style>
 a { background-color: #1706AA; }

 a { background-color: rgb(23,6,170); }

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

border-color css

<style>
 span { border-color: #1706AA; }

 span { border-color: rgb(23,6,170); }

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