Html Css Color HEX #1C17AA Ultramarine

📋 copy color: '#1C17AA'

red 28 ◦ green 23 ◦ blue 170

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

Shades of Ultramarine #1C17AA

Tints of Ultramarine #1C17AA

RGB

 RED value IS 28 (11.33% from 255) = 12.67%

 GREEN value IS 23 (9.38% from 255) = 10.41%

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

R = 12.67%
G = 10.41%
B = 76.92%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C17AA (or 0x1C17AA) is known color: Ultramarine. HEX triplet: 1C, 17 and AA. RGB value is (28,23,170). Sum of RGB (Red+Green+Blue) = 28+23+170=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C17AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C17AA is #E3E855. Grayscale: #282828. Windows color (decimal): -14936150 or 11147036. OLE color: 11147036.

HSL color Cylindrical-coordinate representation of color #1C17AA: hue angle of 242.04º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C17AA is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 23 170 -
CMYK 0.84 0.86 0 0.33
HSL 242.04º 0.76% 0.38% -
HSV(B) 242.04º 0.86% 0.67% -
XYZ 8.04 3.76 38.33 -
YUV 41.25 200.66 118.55 -
System Red Green Blue C M Y K H S L
Decimal 28 23 170 0.84 0.86 0 0.33 242.04 0.76 0.38
Hex 1C 17 AA 54 56 0 21 F2 4C 26
Octal 34 27 252 124 126 0 41 362 114 46
Binary 11100 10111 10101010 1010100 1010110 0 100001 11110010 1001100 100110

Color Harmonies of #1C17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C17AA

Black with #1C17AA

Text Example


Text Example

White with #1C17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C17AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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