Html Css Color HEX #1C008A Ultramarine

📋 copy color: '#1C008A'

red 28 ◦ green 0 ◦ blue 138

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

Shades of Ultramarine #1C008A

Tints of Ultramarine #1C008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 83.13%

R = 16.87%
G = 0%
B = 83.13%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1C008A (or 0x1C008A) is known color: Ultramarine. HEX triplet: 1C, 00 and 8A. RGB value is (28,0,138). Sum of RGB (Red+Green+Blue) = 28+0+138=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 138 (54.30% from 255 or 83.13% from 166); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C008A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C008A is #E3FF75. Grayscale: #171717. Windows color (decimal): -14942070 or 9043996. OLE color: 9043996.

HSL color Cylindrical-coordinate representation of color #1C008A: hue angle of 252.17º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C008A is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 0 138 -
CMYK 0.80 1 0 0.46
HSL 252.17º 1% 0.27% -
HSV(B) 252.17º 1% 0.54% -
XYZ 5.07 2.08 24.18 -
YUV 24.1 192.28 130.78 -
System Red Green Blue C M Y K H S L
Decimal 28 0 138 0.80 1 0 0.46 252.17 1 0.27
Hex 1C 0 8A 50 64 0 2E FC 64 1B
Octal 34 0 212 120 144 0 56 374 144 33
Binary 11100 0 10001010 1010000 1100100 0 101110 11111100 1100100 11011

Color Harmonies of #1C008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C008A

Black with #1C008A

Text Example


Text Example

White with #1C008A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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