Html Css Color HEX #1C04AA Ultramarine

📋 copy color: '#1C04AA'

red 28 ◦ green 4 ◦ blue 170

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

Shades of Ultramarine #1C04AA

Tints of Ultramarine #1C04AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.98%

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

R = 13.86%
G = 1.98%
B = 84.16%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C04AA (or 0x1C04AA) is known color: Ultramarine. HEX triplet: 1C, 04 and AA. RGB value is (28,4,170). Sum of RGB (Red+Green+Blue) = 28+4+170=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 170 (66.80% from 255 or 84.16% from 202); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C04AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C04AA is #E3FB55. Grayscale: #1D1D1D. Windows color (decimal): -14941014 or 11142172. OLE color: 11142172.

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

Color convert

RGB 28 4 170 -
CMYK 0.84 0.98 0 0.33
HSL 248.67º 0.95% 0.34% -
HSV(B) 248.67º 0.98% 0.67% -
XYZ 7.78 3.24 38.24 -
YUV 30.1 206.95 126.5 -
System Red Green Blue C M Y K H S L
Decimal 28 4 170 0.84 0.98 0 0.33 248.67 0.95 0.34
Hex 1C 4 AA 54 62 0 21 F9 5F 22
Octal 34 4 252 124 142 0 41 371 137 42
Binary 11100 100 10101010 1010100 1100010 0 100001 11111001 1011111 100010

Color Harmonies of #1C04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C04AA

Black with #1C04AA

Text Example


Text Example

White with #1C04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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