Html Css Color HEX #1C048A Ultramarine

📋 copy color: '#1C048A'

red 28 ◦ green 4 ◦ blue 138

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

Shades of Ultramarine #1C048A

Tints of Ultramarine #1C048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 81.18%

R = 16.47%
G = 2.35%
B = 81.18%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1C048A (or 0x1C048A) is known color: Ultramarine. HEX triplet: 1C, 04 and 8A. RGB value is (28,4,138). Sum of RGB (Red+Green+Blue) = 28+4+138=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 138 (54.30% from 255 or 81.18% from 170); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C048A is #E3FB75. Grayscale: #191919. Windows color (decimal): -14941046 or 9045020. OLE color: 9045020.

HSL color Cylindrical-coordinate representation of color #1C048A: hue angle of 250.75º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C048A is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 4 138 -
CMYK 0.80 0.97 0 0.46
HSL 250.75º 0.94% 0.28% -
HSV(B) 250.75º 0.97% 0.54% -
XYZ 5.11 2.17 24.19 -
YUV 26.45 190.95 129.1 -
System Red Green Blue C M Y K H S L
Decimal 28 4 138 0.80 0.97 0 0.46 250.75 0.94 0.28
Hex 1C 4 8A 50 61 0 2E FB 5E 1C
Octal 34 4 212 120 141 0 56 373 136 34
Binary 11100 100 10001010 1010000 1100001 0 101110 11111011 1011110 11100

Color Harmonies of #1C048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C048A

Black with #1C048A

Text Example


Text Example

White with #1C048A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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