Html Css Color HEX #1C009B Ultramarine

📋 copy color: '#1C009B'

red 28 ◦ green 0 ◦ blue 155

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

Shades of Ultramarine #1C009B

Tints of Ultramarine #1C009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 155 (60.94% from 255) = 84.7%

R = 15.3%
G = 0%
B = 84.7%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C009B (or 0x1C009B) is known color: Ultramarine. HEX triplet: 1C, 00 and 9B. RGB value is (28,0,155). Sum of RGB (Red+Green+Blue) = 28+0+155=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 155 (60.94% from 255 or 84.70% from 183); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C009B is #E3FF64. Grayscale: #191919. Windows color (decimal): -14942053 or 10158108. OLE color: 10158108.

HSL color Cylindrical-coordinate representation of color #1C009B: hue angle of 250.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C009B is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 0 155 -
CMYK 0.82 1 0 0.39
HSL 250.84º 1% 0.3% -
HSV(B) 250.84º 1% 0.61% -
XYZ 6.4 2.61 31.18 -
YUV 26.04 200.78 129.4 -
System Red Green Blue C M Y K H S L
Decimal 28 0 155 0.82 1 0 0.39 250.84 1 0.3
Hex 1C 0 9B 52 64 0 27 FB 64 1E
Octal 34 0 233 122 144 0 47 373 144 36
Binary 11100 0 10011011 1010010 1100100 0 100111 11111011 1100100 11110

Color Harmonies of #1C009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C009B

Black with #1C009B

Text Example


Text Example

White with #1C009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,0,155); }

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

background-color css

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

 a { background-color: rgb(28,0,155); }

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

border-color css

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

 span { border-color: rgb(28,0,155); }

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