Html Css Color HEX #1C258D Ultramarine

📋 copy color: '#1C258D'

red 28 ◦ green 37 ◦ blue 141

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

Shades of Ultramarine #1C258D

Tints of Ultramarine #1C258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

 BLUE value IS 141 (55.47% from 255) = 68.45%

R = 13.59%
G = 17.96%
B = 68.45%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C258D (or 0x1C258D) is known color: Ultramarine. HEX triplet: 1C, 25 and 8D. RGB value is (28,37,141). Sum of RGB (Red+Green+Blue) = 28+37+141=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C258D is #E3DA72. Grayscale: #2D2D2D. Windows color (decimal): -14932595 or 9250076. OLE color: 9250076.

HSL color Cylindrical-coordinate representation of color #1C258D: hue angle of 235.22º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C258D is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 37 141 -
CMYK 0.80 0.74 0 0.45
HSL 235.22º 0.67% 0.33% -
HSV(B) 235.22º 0.8% 0.55% -
XYZ 5.95 3.49 25.56 -
YUV 46.17 181.52 115.04 -
System Red Green Blue C M Y K H S L
Decimal 28 37 141 0.80 0.74 0 0.45 235.22 0.67 0.33
Hex 1C 25 8D 50 4A 0 2D EB 43 21
Octal 34 45 215 120 112 0 55 353 103 41
Binary 11100 100101 10001101 1010000 1001010 0 101101 11101011 1000011 100001

Color Harmonies of #1C258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C258D

Black with #1C258D

Text Example


Text Example

White with #1C258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,37,141); }

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

background-color css

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

 a { background-color: rgb(28,37,141); }

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

border-color css

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

 span { border-color: rgb(28,37,141); }

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