Html Css Color HEX #1C007A Ultramarine

📋 copy color: '#1C007A'

red 28 ◦ green 0 ◦ blue 122

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

Shades of Ultramarine #1C007A

Tints of Ultramarine #1C007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 81.33%

R = 18.67%
G = 0%
B = 81.33%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1C007A (or 0x1C007A) is known color: Ultramarine. HEX triplet: 1C, 00 and 7A. RGB value is (28,0,122). Sum of RGB (Red+Green+Blue) = 28+0+122=150 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 122 (48.05% from 255 or 81.33% from 150); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C007A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C007A is #E3FF85. Grayscale: #151515. Windows color (decimal): -14942086 or 7995420. OLE color: 7995420.

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

Color convert

RGB 28 0 122 -
CMYK 0.77 1 0 0.52
HSL 253.77º 1% 0.24% -
HSV(B) 253.77º 1% 0.48% -
XYZ 3.99 1.65 18.52 -
YUV 22.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 28 0 122 0.77 1 0 0.52 253.77 1 0.24
Hex 1C 0 7A 4D 64 0 34 FE 64 18
Octal 34 0 172 115 144 0 64 376 144 30
Binary 11100 0 1111010 1001101 1100100 0 110100 11111110 1100100 11000

Color Harmonies of #1C007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C007A

Black with #1C007A

Text Example


Text Example

White with #1C007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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