Html Css Color HEX #17027C Ultramarine

📋 copy color: '#17027C'

red 23 ◦ green 2 ◦ blue 124

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

Shades of Ultramarine #17027C

Tints of Ultramarine #17027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.34%

 BLUE value IS 124 (48.83% from 255) = 83.22%

R = 15.44%
G = 1.34%
B = 83.22%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#17027C (or 0x17027C) is known color: Ultramarine. HEX triplet: 17, 02 and 7C. RGB value is (23,2,124). Sum of RGB (Red+Green+Blue) = 23+2+124=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 124 (48.83% from 255 or 83.22% from 149); Max value from RGB is 124 - color contains mainly: blue. Hex color #17027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17027C is #E8FD83. Grayscale: #151515. Windows color (decimal): -15269252 or 8126999. OLE color: 8126999.

HSL color Cylindrical-coordinate representation of color #17027C: hue angle of 250.33º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #17027C is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 23 2 124 -
CMYK 0.81 0.98 0 0.51
HSL 250.33º 0.97% 0.25% -
HSV(B) 250.33º 0.98% 0.49% -
XYZ 4.01 1.68 19.18 -
YUV 22.19 185.46 128.58 -
System Red Green Blue C M Y K H S L
Decimal 23 2 124 0.81 0.98 0 0.51 250.33 0.97 0.25
Hex 17 2 7C 51 62 0 33 FA 61 19
Octal 27 2 174 121 142 0 63 372 141 31
Binary 10111 10 1111100 1010001 1100010 0 110011 11111010 1100001 11001

Color Harmonies of #17027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17027C

Black with #17027C

Text Example


Text Example

White with #17027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17027C; }

 p { color: rgb(23,2,124); }

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

background-color css

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

 a { background-color: rgb(23,2,124); }

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

border-color css

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

 span { border-color: rgb(23,2,124); }

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