Html Css Color HEX #172094 Ultramarine

📋 copy color: '#172094'

red 23 ◦ green 32 ◦ blue 148

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

Shades of Ultramarine #172094

Tints of Ultramarine #172094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

 BLUE value IS 148 (58.2% from 255) = 72.91%

R = 11.33%
G = 15.76%
B = 72.91%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#172094 (or 0x172094) is known color: Ultramarine. HEX triplet: 17, 20 and 94. RGB value is (23,32,148). Sum of RGB (Red+Green+Blue) = 23+32+148=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #172094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172094 is #E8DF6B. Grayscale: #2A2A2A. Windows color (decimal): -15261548 or 9707543. OLE color: 9707543.

HSL color Cylindrical-coordinate representation of color #172094: hue angle of 235.68º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172094 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 23 32 148 -
CMYK 0.84 0.78 0 0.42
HSL 235.68º 0.73% 0.34% -
HSV(B) 235.68º 0.84% 0.58% -
XYZ 6.22 3.35 28.34 -
YUV 42.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 23 32 148 0.84 0.78 0 0.42 235.68 0.73 0.34
Hex 17 20 94 54 4E 0 2A EC 49 22
Octal 27 40 224 124 116 0 52 354 111 42
Binary 10111 100000 10010100 1010100 1001110 0 101010 11101100 1001001 100010

Color Harmonies of #172094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172094

Black with #172094

Text Example


Text Example

White with #172094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172094; }

 p { color: rgb(23,32,148); }

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

background-color css

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

 a { background-color: rgb(23,32,148); }

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

border-color css

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

 span { border-color: rgb(23,32,148); }

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