Html Css Color HEX #2502B6 Ultramarine

📋 copy color: '#2502B6'

red 37 ◦ green 2 ◦ blue 182

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

Shades of Ultramarine #2502B6

Tints of Ultramarine #2502B6

RGB

 RED value IS 37 (14.84% from 255) = 16.74%

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 182 (71.48% from 255) = 82.35%

R = 16.74%
G = 0.9%
B = 82.35%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2502B6 (or 0x2502B6) is known color: Ultramarine. HEX triplet: 25, 02 and B6. RGB value is (37,2,182). Sum of RGB (Red+Green+Blue) = 37+2+182=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 182 (71.48% from 255 or 82.35% from 221); Max value from RGB is 182 - color contains mainly: blue. Hex color #2502B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2502B6 is #DAFD49. Grayscale: #202020. Windows color (decimal): -14351690 or 11928101. OLE color: 11928101.

HSL color Cylindrical-coordinate representation of color #2502B6: hue angle of 251.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502B6 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 2 182 -
CMYK 0.80 0.99 0 0.29
HSL 251.67º 0.98% 0.36% -
HSV(B) 251.67º 0.99% 0.71% -
XYZ 9.23 3.81 44.51 -
YUV 32.99 212.1 130.86 -
System Red Green Blue C M Y K H S L
Decimal 37 2 182 0.80 0.99 0 0.29 251.67 0.98 0.36
Hex 25 2 B6 50 63 0 1D FC 62 24
Octal 45 2 266 120 143 0 35 374 142 44
Binary 100101 10 10110110 1010000 1100011 0 11101 11111100 1100010 100100

Color Harmonies of #2502B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2502B6

Black with #2502B6

Text Example


Text Example

White with #2502B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2502B6; }

 p { color: rgb(37,2,182); }

 H1.HeaderClassName
 {
   color: #2502B6;
 }
 .AnyTagClassName
 {
   color: #2502B6;
 }
</style>

background-color css

<style>
 a { background-color: #2502B6; }

 a { background-color: rgb(37,2,182); }

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

border-color css

<style>
 span { border-color: #2502B6; }

 span { border-color: rgb(37,2,182); }

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