Html Css Color HEX #1C098B Ultramarine

📋 copy color: '#1C098B'

red 28 ◦ green 9 ◦ blue 139

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

Shades of Ultramarine #1C098B

Tints of Ultramarine #1C098B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

 BLUE value IS 139 (54.69% from 255) = 78.98%

R = 15.91%
G = 5.11%
B = 78.98%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C098B (or 0x1C098B) is known color: Ultramarine. HEX triplet: 1C, 09 and 8B. RGB value is (28,9,139). Sum of RGB (Red+Green+Blue) = 28+9+139=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 139 (54.69% from 255 or 78.98% from 176); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C098B is #E3F674. Grayscale: #1D1D1D. Windows color (decimal): -14939765 or 9111836. OLE color: 9111836.

HSL color Cylindrical-coordinate representation of color #1C098B: hue angle of 248.77º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C098B is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 9 139 -
CMYK 0.80 0.94 0 0.45
HSL 248.77º 0.88% 0.29% -
HSV(B) 248.77º 0.94% 0.55% -
XYZ 5.24 2.31 24.6 -
YUV 29.5 189.79 126.93 -
System Red Green Blue C M Y K H S L
Decimal 28 9 139 0.80 0.94 0 0.45 248.77 0.88 0.29
Hex 1C 9 8B 50 5E 0 2D F9 58 1D
Octal 34 11 213 120 136 0 55 371 130 35
Binary 11100 1001 10001011 1010000 1011110 0 101101 11111001 1011000 11101

Color Harmonies of #1C098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C098B

Black with #1C098B

Text Example


Text Example

White with #1C098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,9,139); }

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

background-color css

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

 a { background-color: rgb(28,9,139); }

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

border-color css

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

 span { border-color: rgb(28,9,139); }

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