Html Css Color HEX #280EAF Ultramarine

📋 copy color: '#280EAF'

red 40 ◦ green 14 ◦ blue 175

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

Shades of Ultramarine #280EAF

Tints of Ultramarine #280EAF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.11%

 BLUE value IS 175 (68.75% from 255) = 76.42%

R = 17.47%
G = 6.11%
B = 76.42%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#280EAF (or 0x280EAF) is known color: Ultramarine. HEX triplet: 28, 0E and AF. RGB value is (40,14,175). Sum of RGB (Red+Green+Blue) = 40+14+175=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #280EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280EAF is #D7F150. Grayscale: #272727. Windows color (decimal): -14152017 or 11472424. OLE color: 11472424.

HSL color Cylindrical-coordinate representation of color #280EAF: hue angle of 249.69º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280EAF is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 14 175 -
CMYK 0.77 0.92 0 0.31
HSL 249.69º 0.85% 0.37% -
HSV(B) 249.69º 0.92% 0.69% -
XYZ 8.77 3.86 40.84 -
YUV 40.13 204.11 127.91 -
System Red Green Blue C M Y K H S L
Decimal 40 14 175 0.77 0.92 0 0.31 249.69 0.85 0.37
Hex 28 E AF 4D 5C 0 1F FA 55 25
Octal 50 16 257 115 134 0 37 372 125 45
Binary 101000 1110 10101111 1001101 1011100 0 11111 11111010 1010101 100101

Color Harmonies of #280EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280EAF

Black with #280EAF

Text Example


Text Example

White with #280EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,14,175); }

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

background-color css

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

 a { background-color: rgb(40,14,175); }

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

border-color css

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

 span { border-color: rgb(40,14,175); }

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