Html Css Color HEX #2613AB Ultramarine

📋 copy color: '#2613AB'

red 38 ◦ green 19 ◦ blue 171

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

Shades of Ultramarine #2613AB

Tints of Ultramarine #2613AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

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

R = 16.67%
G = 8.33%
B = 75%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2613AB (or 0x2613AB) is known color: Ultramarine. HEX triplet: 26, 13 and AB. RGB value is (38,19,171). Sum of RGB (Red+Green+Blue) = 38+19+171=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 171 (67.19% from 255 or 75% from 228); Max value from RGB is 171 - color contains mainly: blue. Hex color #2613AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2613AB is #D9EC54. Grayscale: #292929. Windows color (decimal): -14281813 or 11211558. OLE color: 11211558.

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

Color convert

RGB 38 19 171 -
CMYK 0.78 0.89 0 0.33
HSL 247.5º 0.8% 0.37% -
HSV(B) 247.5º 0.89% 0.67% -
XYZ 8.38 3.82 38.82 -
YUV 42.01 200.79 125.14 -
System Red Green Blue C M Y K H S L
Decimal 38 19 171 0.78 0.89 0 0.33 247.5 0.8 0.37
Hex 26 13 AB 4E 59 0 21 F8 50 25
Octal 46 23 253 116 131 0 41 370 120 45
Binary 100110 10011 10101011 1001110 1011001 0 100001 11111000 1010000 100101

Color Harmonies of #2613AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2613AB

Black with #2613AB

Text Example


Text Example

White with #2613AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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