Html Css Color HEX #281DA5 Ultramarine

📋 copy color: '#281DA5'

red 40 ◦ green 29 ◦ blue 165

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

Shades of Ultramarine #281DA5

Tints of Ultramarine #281DA5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.39%

 BLUE value IS 165 (64.84% from 255) = 70.51%

R = 17.09%
G = 12.39%
B = 70.51%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#281DA5 (or 0x281DA5) is known color: Ultramarine. HEX triplet: 28, 1D and A5. RGB value is (40,29,165). Sum of RGB (Red+Green+Blue) = 40+29+165=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 165 (64.84% from 255 or 70.51% from 234); Max value from RGB is 165 - color contains mainly: blue. Hex color #281DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281DA5 is #D7E25A. Grayscale: #2F2F2F. Windows color (decimal): -14148187 or 10820904. OLE color: 10820904.

HSL color Cylindrical-coordinate representation of color #281DA5: hue angle of 244.85º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281DA5 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 40 29 165 -
CMYK 0.76 0.82 0 0.35
HSL 244.85º 0.7% 0.38% -
HSV(B) 244.85º 0.82% 0.65% -
XYZ 8.11 4.05 35.95 -
YUV 47.79 194.14 122.44 -
System Red Green Blue C M Y K H S L
Decimal 40 29 165 0.76 0.82 0 0.35 244.85 0.7 0.38
Hex 28 1D A5 4C 52 0 23 F5 46 26
Octal 50 35 245 114 122 0 43 365 106 46
Binary 101000 11101 10100101 1001100 1010010 0 100011 11110101 1000110 100110

Color Harmonies of #281DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281DA5

Black with #281DA5

Text Example


Text Example

White with #281DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281DA5; }

 p { color: rgb(40,29,165); }

 H1.HeaderClassName
 {
   color: #281DA5;
 }
 .AnyTagClassName
 {
   color: #281DA5;
 }
</style>

background-color css

<style>
 a { background-color: #281DA5; }

 a { background-color: rgb(40,29,165); }

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

border-color css

<style>
 span { border-color: #281DA5; }

 span { border-color: rgb(40,29,165); }

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