Html Css Color HEX #280C9D Ultramarine

📋 copy color: '#280C9D'

red 40 ◦ green 12 ◦ blue 157

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

Shades of Ultramarine #280C9D

Tints of Ultramarine #280C9D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.74%

 BLUE value IS 157 (61.72% from 255) = 75.12%

R = 19.14%
G = 5.74%
B = 75.12%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#280C9D (or 0x280C9D) is known color: Ultramarine. HEX triplet: 28, 0C and 9D. RGB value is (40,12,157). Sum of RGB (Red+Green+Blue) = 40+12+157=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 157 (61.72% from 255 or 75.12% from 209); Max value from RGB is 157 - color contains mainly: blue. Hex color #280C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280C9D is #D7F362. Grayscale: #242424. Windows color (decimal): -14152547 or 10292264. OLE color: 10292264.

HSL color Cylindrical-coordinate representation of color #280C9D: hue angle of 251.59º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280C9D is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 12 157 -
CMYK 0.75 0.92 0 0.38
HSL 251.59º 0.86% 0.33% -
HSV(B) 251.59º 0.92% 0.62% -
XYZ 7.09 3.15 32.13 -
YUV 36.9 195.78 130.21 -
System Red Green Blue C M Y K H S L
Decimal 40 12 157 0.75 0.92 0 0.38 251.59 0.86 0.33
Hex 28 C 9D 4B 5C 0 26 FC 56 21
Octal 50 14 235 113 134 0 46 374 126 41
Binary 101000 1100 10011101 1001011 1011100 0 100110 11111100 1010110 100001

Color Harmonies of #280C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C9D

Black with #280C9D

Text Example


Text Example

White with #280C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280C9D; }

 p { color: rgb(40,12,157); }

 H1.HeaderClassName
 {
   color: #280C9D;
 }
 .AnyTagClassName
 {
   color: #280C9D;
 }
</style>

background-color css

<style>
 a { background-color: #280C9D; }

 a { background-color: rgb(40,12,157); }

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

border-color css

<style>
 span { border-color: #280C9D; }

 span { border-color: rgb(40,12,157); }

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