Html Css Color HEX #1C0885 Ultramarine

📋 copy color: '#1C0885'

red 28 ◦ green 8 ◦ blue 133

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

Shades of Ultramarine #1C0885

Tints of Ultramarine #1C0885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.73%

 BLUE value IS 133 (52.34% from 255) = 78.7%

R = 16.57%
G = 4.73%
B = 78.7%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1C0885 (or 0x1C0885) is known color: Ultramarine. HEX triplet: 1C, 08 and 85. RGB value is (28,8,133). Sum of RGB (Red+Green+Blue) = 28+8+133=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C0885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0885 is #E3F77A. Grayscale: #1B1B1B. Windows color (decimal): -14940027 or 8718364. OLE color: 8718364.

HSL color Cylindrical-coordinate representation of color #1C0885: hue angle of 249.6º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0885 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 8 133 -
CMYK 0.79 0.94 0 0.48
HSL 249.6º 0.89% 0.28% -
HSV(B) 249.6º 0.94% 0.52% -
XYZ 4.8 2.11 22.35 -
YUV 28.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 28 8 133 0.79 0.94 0 0.48 249.6 0.89 0.28
Hex 1C 8 85 4F 5E 0 30 FA 59 1C
Octal 34 10 205 117 136 0 60 372 131 34
Binary 11100 1000 10000101 1001111 1011110 0 110000 11111010 1011001 11100

Color Harmonies of #1C0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0885

Black with #1C0885

Text Example


Text Example

White with #1C0885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,8,133); }

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

background-color css

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

 a { background-color: rgb(28,8,133); }

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

border-color css

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

 span { border-color: rgb(28,8,133); }

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