Html Css Color HEX #1C037E Ultramarine

📋 copy color: '#1C037E'

red 28 ◦ green 3 ◦ blue 126

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

Shades of Ultramarine #1C037E

Tints of Ultramarine #1C037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

 BLUE value IS 126 (49.61% from 255) = 80.25%

R = 17.83%
G = 1.91%
B = 80.25%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C037E (or 0x1C037E) is known color: Ultramarine. HEX triplet: 1C, 03 and 7E. RGB value is (28,3,126). Sum of RGB (Red+Green+Blue) = 28+3+126=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 126 (49.61% from 255 or 80.25% from 157); Max value from RGB is 126 - color contains mainly: blue. Hex color #1C037E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C037E is #E3FC81. Grayscale: #181818. Windows color (decimal): -14941314 or 8258332. OLE color: 8258332.

HSL color Cylindrical-coordinate representation of color #1C037E: hue angle of 252.2º degrees, saturation: 0.95, 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 #1C037E is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 28 3 126 -
CMYK 0.78 0.98 0 0.51
HSL 252.2º 0.95% 0.25% -
HSV(B) 252.2º 0.98% 0.49% -
XYZ 4.28 1.82 19.86 -
YUV 24.5 185.28 130.5 -
System Red Green Blue C M Y K H S L
Decimal 28 3 126 0.78 0.98 0 0.51 252.2 0.95 0.25
Hex 1C 3 7E 4E 62 0 33 FC 5F 19
Octal 34 3 176 116 142 0 63 374 137 31
Binary 11100 11 1111110 1001110 1100010 0 110011 11111100 1011111 11001

Color Harmonies of #1C037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C037E

Black with #1C037E

Text Example


Text Example

White with #1C037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,3,126); }

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

background-color css

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

 a { background-color: rgb(28,3,126); }

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

border-color css

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

 span { border-color: rgb(28,3,126); }

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