Html Css Color HEX #170CAA Ultramarine

📋 copy color: '#170CAA'

red 23 ◦ green 12 ◦ blue 170

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

Shades of Ultramarine #170CAA

Tints of Ultramarine #170CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.85%

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

R = 11.22%
G = 5.85%
B = 82.93%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#170CAA (or 0x170CAA) is known color: Ultramarine. HEX triplet: 17, 0C and AA. RGB value is (23,12,170). Sum of RGB (Red+Green+Blue) = 23+12+170=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 170 (66.80% from 255 or 82.93% from 205); Max value from RGB is 170 - color contains mainly: blue. Hex color #170CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170CAA is #E8F355. Grayscale: #202020. Windows color (decimal): -15266646 or 11144215. OLE color: 11144215.

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

Color convert

RGB 23 12 170 -
CMYK 0.86 0.93 0 0.33
HSL 244.18º 0.87% 0.36% -
HSV(B) 244.18º 0.93% 0.67% -
XYZ 7.74 3.35 38.27 -
YUV 33.3 205.14 120.65 -
System Red Green Blue C M Y K H S L
Decimal 23 12 170 0.86 0.93 0 0.33 244.18 0.87 0.36
Hex 17 C AA 56 5D 0 21 F4 57 24
Octal 27 14 252 126 135 0 41 364 127 44
Binary 10111 1100 10101010 1010110 1011101 0 100001 11110100 1010111 100100

Color Harmonies of #170CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170CAA

Black with #170CAA

Text Example


Text Example

White with #170CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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