Html Css Color HEX #1C0F95 Ultramarine

📋 copy color: '#1C0F95'

red 28 ◦ green 15 ◦ blue 149

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

Shades of Ultramarine #1C0F95

Tints of Ultramarine #1C0F95

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.81%

 BLUE value IS 149 (58.59% from 255) = 77.6%

R = 14.58%
G = 7.81%
B = 77.6%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1C0F95 (or 0x1C0F95) is known color: Ultramarine. HEX triplet: 1C, 0F and 95. RGB value is (28,15,149). Sum of RGB (Red+Green+Blue) = 28+15+149=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C0F95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0F95 is #E3F06A. Grayscale: #212121. Windows color (decimal): -14938219 or 9768732. OLE color: 9768732.

HSL color Cylindrical-coordinate representation of color #1C0F95: hue angle of 245.82º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C0F95 is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 15 149 -
CMYK 0.81 0.90 0 0.42
HSL 245.82º 0.82% 0.32% -
HSV(B) 245.82º 0.9% 0.58% -
XYZ 6.07 2.76 28.65 -
YUV 34.16 192.81 123.6 -
System Red Green Blue C M Y K H S L
Decimal 28 15 149 0.81 0.90 0 0.42 245.82 0.82 0.32
Hex 1C F 95 51 5A 0 2A F6 52 20
Octal 34 17 225 121 132 0 52 366 122 40
Binary 11100 1111 10010101 1010001 1011010 0 101010 11110110 1010010 100000

Color Harmonies of #1C0F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0F95

Black with #1C0F95

Text Example


Text Example

White with #1C0F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,15,149); }

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

background-color css

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

 a { background-color: rgb(28,15,149); }

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

border-color css

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

 span { border-color: rgb(28,15,149); }

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