Html Css Color HEX #1C04AB Ultramarine

📋 copy color: '#1C04AB'

red 28 ◦ green 4 ◦ blue 171

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

Shades of Ultramarine #1C04AB

Tints of Ultramarine #1C04AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 84.24%

R = 13.79%
G = 1.97%
B = 84.24%

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

#1C04AB (or 0x1C04AB) is known color: Ultramarine. HEX triplet: 1C, 04 and AB. RGB value is (28,4,171). Sum of RGB (Red+Green+Blue) = 28+4+171=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C04AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C04AB is #E3FB54. Grayscale: #1D1D1D. Windows color (decimal): -14941013 or 11207708. OLE color: 11207708.

HSL color Cylindrical-coordinate representation of color #1C04AB: hue angle of 248.62º 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 #1C04AB is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 4 171 -
CMYK 0.84 0.98 0 0.33
HSL 248.62º 0.95% 0.34% -
HSV(B) 248.62º 0.98% 0.67% -
XYZ 7.87 3.27 38.75 -
YUV 30.21 207.45 126.42 -
System Red Green Blue C M Y K H S L
Decimal 28 4 171 0.84 0.98 0 0.33 248.62 0.95 0.34
Hex 1C 4 AB 54 62 0 21 F9 5F 22
Octal 34 4 253 124 142 0 41 371 137 42
Binary 11100 100 10101011 1010100 1100010 0 100001 11111001 1011111 100010

Color Harmonies of #1C04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C04AB

Black with #1C04AB

Text Example


Text Example

White with #1C04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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