Html Css Color HEX #2614B5 Ultramarine

📋 copy color: '#2614B5'

red 38 ◦ green 20 ◦ blue 181

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

Shades of Ultramarine #2614B5

Tints of Ultramarine #2614B5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

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

R = 15.9%
G = 8.37%
B = 75.73%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2614B5 (or 0x2614B5) is known color: Ultramarine. HEX triplet: 26, 14 and B5. RGB value is (38,20,181). Sum of RGB (Red+Green+Blue) = 38+20+181=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 181 (71.09% from 255 or 75.73% from 239); Max value from RGB is 181 - color contains mainly: blue. Hex color #2614B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2614B5 is #D9EB4A. Grayscale: #2B2B2B. Windows color (decimal): -14281547 or 11867174. OLE color: 11867174.

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

Color convert

RGB 38 20 181 -
CMYK 0.79 0.89 0 0.29
HSL 246.71º 0.8% 0.39% -
HSV(B) 246.71º 0.89% 0.71% -
XYZ 9.39 4.25 44.04 -
YUV 43.74 205.46 123.91 -
System Red Green Blue C M Y K H S L
Decimal 38 20 181 0.79 0.89 0 0.29 246.71 0.8 0.39
Hex 26 14 B5 4F 59 0 1D F7 50 27
Octal 46 24 265 117 131 0 35 367 120 47
Binary 100110 10100 10110101 1001111 1011001 0 11101 11110111 1010000 100111

Color Harmonies of #2614B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2614B5

Black with #2614B5

Text Example


Text Example

White with #2614B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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