Html Css Color HEX #2615AB Ultramarine

📋 copy color: '#2615AB'

red 38 ◦ green 21 ◦ blue 171

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

Shades of Ultramarine #2615AB

Tints of Ultramarine #2615AB

RGB

 RED value IS 38 (15.23% from 255) = 16.52%

 GREEN value IS 21 (8.59% from 255) = 9.13%

 BLUE value IS 171 (67.19% from 255) = 74.35%

R = 16.52%
G = 9.13%
B = 74.35%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2615AB (or 0x2615AB) is known color: Ultramarine. HEX triplet: 26, 15 and AB. RGB value is (38,21,171). Sum of RGB (Red+Green+Blue) = 38+21+171=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #2615AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2615AB is #D9EA54. Grayscale: #2A2A2A. Windows color (decimal): -14281301 or 11212070. OLE color: 11212070.

HSL color Cylindrical-coordinate representation of color #2615AB: hue angle of 246.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2615AB is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 21 171 -
CMYK 0.78 0.88 0 0.33
HSL 246.8º 0.78% 0.38% -
HSV(B) 246.8º 0.88% 0.67% -
XYZ 8.42 3.89 38.83 -
YUV 43.18 200.13 124.3 -
System Red Green Blue C M Y K H S L
Decimal 38 21 171 0.78 0.88 0 0.33 246.8 0.78 0.38
Hex 26 15 AB 4E 58 0 21 F7 4E 26
Octal 46 25 253 116 130 0 41 367 116 46
Binary 100110 10101 10101011 1001110 1011000 0 100001 11110111 1001110 100110

Color Harmonies of #2615AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2615AB

Black with #2615AB

Text Example


Text Example

White with #2615AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2615AB; }

 p { color: rgb(38,21,171); }

 H1.HeaderClassName
 {
   color: #2615AB;
 }
 .AnyTagClassName
 {
   color: #2615AB;
 }
</style>

background-color css

<style>
 a { background-color: #2615AB; }

 a { background-color: rgb(38,21,171); }

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

border-color css

<style>
 span { border-color: #2615AB; }

 span { border-color: rgb(38,21,171); }

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