Html Css Color HEX #2613B5 Ultramarine

📋 copy color: '#2613B5'

red 38 ◦ green 19 ◦ blue 181

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

Shades of Ultramarine #2613B5

Tints of Ultramarine #2613B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 76.05%

R = 15.97%
G = 7.98%
B = 76.05%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2613B5 (or 0x2613B5) is known color: Ultramarine. HEX triplet: 26, 13 and B5. RGB value is (38,19,181). Sum of RGB (Red+Green+Blue) = 38+19+181=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 181 (71.09% from 255 or 76.05% from 238); Max value from RGB is 181 - color contains mainly: blue. Hex color #2613B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2613B5 is #D9EC4A. Grayscale: #2A2A2A. Windows color (decimal): -14281803 or 11866918. OLE color: 11866918.

HSL color Cylindrical-coordinate representation of color #2613B5: hue angle of 247.04º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2613B5 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 38 19 181 -
CMYK 0.79 0.90 0 0.29
HSL 247.04º 0.81% 0.39% -
HSV(B) 247.04º 0.9% 0.71% -
XYZ 9.37 4.21 44.04 -
YUV 43.15 205.79 124.33 -
System Red Green Blue C M Y K H S L
Decimal 38 19 181 0.79 0.90 0 0.29 247.04 0.81 0.39
Hex 26 13 B5 4F 5A 0 1D F7 51 27
Octal 46 23 265 117 132 0 35 367 121 47
Binary 100110 10011 10110101 1001111 1011010 0 11101 11110111 1010001 100111

Color Harmonies of #2613B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2613B5

Black with #2613B5

Text Example


Text Example

White with #2613B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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