Html Css Color HEX #280CAC Ultramarine

📋 copy color: '#280CAC'

red 40 ◦ green 12 ◦ blue 172

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

Shades of Ultramarine #280CAC

Tints of Ultramarine #280CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 76.79%

R = 17.86%
G = 5.36%
B = 76.79%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#280CAC (or 0x280CAC) is known color: Ultramarine. HEX triplet: 28, 0C and AC. RGB value is (40,12,172). Sum of RGB (Red+Green+Blue) = 40+12+172=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #280CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280CAC is #D7F353. Grayscale: #262626. Windows color (decimal): -14152532 or 11275304. OLE color: 11275304.

HSL color Cylindrical-coordinate representation of color #280CAC: hue angle of 250.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280CAC is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 12 172 -
CMYK 0.77 0.93 0 0.33
HSL 250.5º 0.87% 0.36% -
HSV(B) 250.5º 0.93% 0.67% -
XYZ 8.45 3.69 39.3 -
YUV 38.61 203.28 128.99 -
System Red Green Blue C M Y K H S L
Decimal 40 12 172 0.77 0.93 0 0.33 250.5 0.87 0.36
Hex 28 C AC 4D 5D 0 21 FB 57 24
Octal 50 14 254 115 135 0 41 373 127 44
Binary 101000 1100 10101100 1001101 1011101 0 100001 11111011 1010111 100100

Color Harmonies of #280CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280CAC

Black with #280CAC

Text Example


Text Example

White with #280CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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