Html Css Color HEX #2506B7 Ultramarine

📋 copy color: '#2506B7'

red 37 ◦ green 6 ◦ blue 183

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

Shades of Ultramarine #2506B7

Tints of Ultramarine #2506B7

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.65%

 BLUE value IS 183 (71.88% from 255) = 80.97%

R = 16.37%
G = 2.65%
B = 80.97%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2506B7 (or 0x2506B7) is known color: Ultramarine. HEX triplet: 25, 06 and B7. RGB value is (37,6,183). Sum of RGB (Red+Green+Blue) = 37+6+183=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 183 (71.88% from 255 or 80.97% from 226); Max value from RGB is 183 - color contains mainly: blue. Hex color #2506B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2506B7 is #DAF948. Grayscale: #222222. Windows color (decimal): -14350665 or 11994661. OLE color: 11994661.

HSL color Cylindrical-coordinate representation of color #2506B7: hue angle of 250.51º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2506B7 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 37 6 183 -
CMYK 0.80 0.97 0 0.28
HSL 250.51º 0.94% 0.37% -
HSV(B) 250.51º 0.97% 0.72% -
XYZ 9.38 3.94 45.07 -
YUV 35.45 211.27 129.11 -
System Red Green Blue C M Y K H S L
Decimal 37 6 183 0.80 0.97 0 0.28 250.51 0.94 0.37
Hex 25 6 B7 50 61 0 1C FB 5E 25
Octal 45 6 267 120 141 0 34 373 136 45
Binary 100101 110 10110111 1010000 1100001 0 11100 11111011 1011110 100101

Color Harmonies of #2506B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2506B7

Black with #2506B7

Text Example


Text Example

White with #2506B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2506B7; }

 p { color: rgb(37,6,183); }

 H1.HeaderClassName
 {
   color: #2506B7;
 }
 .AnyTagClassName
 {
   color: #2506B7;
 }
</style>

background-color css

<style>
 a { background-color: #2506B7; }

 a { background-color: rgb(37,6,183); }

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

border-color css

<style>
 span { border-color: #2506B7; }

 span { border-color: rgb(37,6,183); }

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