Html Css Color HEX #25417B Resolution Blue

📋 copy color: '#25417B'

red 37 ◦ green 65 ◦ blue 123

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

Shades of Resolution Blue #25417B

Tints of Resolution Blue #25417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.89%

 BLUE value IS 123 (48.44% from 255) = 54.67%

R = 16.44%
G = 28.89%
B = 54.67%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25417B (or 0x25417B) is known color: Resolution Blue. HEX triplet: 25, 41 and 7B. RGB value is (37,65,123). Sum of RGB (Red+Green+Blue) = 37+65+123=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #25417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25417B is #DABE84. Grayscale: #3E3E3E. Windows color (decimal): -14335621 or 8077605. OLE color: 8077605.

HSL color Cylindrical-coordinate representation of color #25417B: hue angle of 220.47º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25417B is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 65 123 -
CMYK 0.70 0.47 0 0.52
HSL 220.47º 0.54% 0.31% -
HSV(B) 220.47º 0.7% 0.48% -
XYZ 6.23 5.6 19.49 -
YUV 63.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 37 65 123 0.70 0.47 0 0.52 220.47 0.54 0.31
Hex 25 41 7B 46 2F 0 34 DC 36 1F
Octal 45 101 173 106 57 0 64 334 66 37
Binary 100101 1000001 1111011 1000110 101111 0 110100 11011100 110110 11111

Color Harmonies of #25417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25417B

Black with #25417B

Text Example


Text Example

White with #25417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25417B; }

 p { color: rgb(37,65,123); }

 H1.HeaderClassName
 {
   color: #25417B;
 }
 .AnyTagClassName
 {
   color: #25417B;
 }
</style>

background-color css

<style>
 a { background-color: #25417B; }

 a { background-color: rgb(37,65,123); }

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

border-color css

<style>
 span { border-color: #25417B; }

 span { border-color: rgb(37,65,123); }

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