Html Css Color HEX #280CAA Ultramarine

📋 copy color: '#280CAA'

red 40 ◦ green 12 ◦ blue 170

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

Shades of Ultramarine #280CAA

Tints of Ultramarine #280CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 76.58%

R = 18.02%
G = 5.41%
B = 76.58%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#280CAA (or 0x280CAA) is known color: Ultramarine. HEX triplet: 28, 0C and AA. RGB value is (40,12,170). Sum of RGB (Red+Green+Blue) = 40+12+170=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #280CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280CAA is #D7F355. Grayscale: #252525. Windows color (decimal): -14152534 or 11144232. OLE color: 11144232.

HSL color Cylindrical-coordinate representation of color #280CAA: hue angle of 250.63º 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 #280CAA is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 12 170 -
CMYK 0.76 0.93 0 0.33
HSL 250.63º 0.87% 0.36% -
HSV(B) 250.63º 0.93% 0.67% -
XYZ 8.26 3.62 38.29 -
YUV 38.38 202.28 129.15 -
System Red Green Blue C M Y K H S L
Decimal 40 12 170 0.76 0.93 0 0.33 250.63 0.87 0.36
Hex 28 C AA 4C 5D 0 21 FB 57 24
Octal 50 14 252 114 135 0 41 373 127 44
Binary 101000 1100 10101010 1001100 1011101 0 100001 11111011 1010111 100100

Color Harmonies of #280CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280CAA

Black with #280CAA

Text Example


Text Example

White with #280CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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