Html Css Color HEX #28019C Ultramarine

📋 copy color: '#28019C'

red 40 ◦ green 1 ◦ blue 156

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

Shades of Ultramarine #28019C

Tints of Ultramarine #28019C

RGB

 RED value IS 40 (16.02% from 255) = 20.3%

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 156 (61.33% from 255) = 79.19%

R = 20.3%
G = 0.51%
B = 79.19%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28019C (or 0x28019C) is known color: Ultramarine. HEX triplet: 28, 01 and 9C. RGB value is (40,1,156). Sum of RGB (Red+Green+Blue) = 40+1+156=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #28019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28019C is #D7FE63. Grayscale: #1D1D1D. Windows color (decimal): -14155364 or 10223912. OLE color: 10223912.

HSL color Cylindrical-coordinate representation of color #28019C: hue angle of 255.1º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28019C is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 1 156 -
CMYK 0.74 0.99 0 0.39
HSL 255.1º 0.99% 0.31% -
HSV(B) 255.1º 0.99% 0.61% -
XYZ 6.89 2.87 31.64 -
YUV 30.33 198.92 134.9 -
System Red Green Blue C M Y K H S L
Decimal 40 1 156 0.74 0.99 0 0.39 255.1 0.99 0.31
Hex 28 1 9C 4A 63 0 27 FF 63 1F
Octal 50 1 234 112 143 0 47 377 143 37
Binary 101000 1 10011100 1001010 1100011 0 100111 11111111 1100011 11111

Color Harmonies of #28019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28019C

Black with #28019C

Text Example


Text Example

White with #28019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28019C; }

 p { color: rgb(40,1,156); }

 H1.HeaderClassName
 {
   color: #28019C;
 }
 .AnyTagClassName
 {
   color: #28019C;
 }
</style>

background-color css

<style>
 a { background-color: #28019C; }

 a { background-color: rgb(40,1,156); }

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

border-color css

<style>
 span { border-color: #28019C; }

 span { border-color: rgb(40,1,156); }

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