Html Css Color HEX #280CB3 Ultramarine

📋 copy color: '#280CB3'

red 40 ◦ green 12 ◦ blue 179

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

Shades of Ultramarine #280CB3

Tints of Ultramarine #280CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 77.49%

R = 17.32%
G = 5.19%
B = 77.49%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#280CB3 (or 0x280CB3) is known color: Ultramarine. HEX triplet: 28, 0C and B3. RGB value is (40,12,179). Sum of RGB (Red+Green+Blue) = 40+12+179=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 179 (70.31% from 255 or 77.49% from 231); Max value from RGB is 179 - color contains mainly: blue. Hex color #280CB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280CB3 is #D7F34C. Grayscale: #262626. Windows color (decimal): -14152525 or 11734056. OLE color: 11734056.

HSL color Cylindrical-coordinate representation of color #280CB3: hue angle of 250.06º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280CB3 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 12 179 -
CMYK 0.78 0.93 0 0.30
HSL 250.06º 0.87% 0.37% -
HSV(B) 250.06º 0.93% 0.7% -
XYZ 9.14 3.97 42.93 -
YUV 39.41 206.78 128.42 -
System Red Green Blue C M Y K H S L
Decimal 40 12 179 0.78 0.93 0 0.30 250.06 0.87 0.37
Hex 28 C B3 4E 5D 0 1E FA 57 25
Octal 50 14 263 116 135 0 36 372 127 45
Binary 101000 1100 10110011 1001110 1011101 0 11110 11111010 1010111 100101

Color Harmonies of #280CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280CB3

Black with #280CB3

Text Example


Text Example

White with #280CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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