Html Css Color HEX #252B7C Midnight Blue

📋 copy color: '#252B7C'

red 37 ◦ green 43 ◦ blue 124

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

Shades of Midnight Blue #252B7C

Tints of Midnight Blue #252B7C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.08%

 BLUE value IS 124 (48.83% from 255) = 60.78%

R = 18.14%
G = 21.08%
B = 60.78%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#252B7C (or 0x252B7C) is known color: Midnight Blue. HEX triplet: 25, 2B and 7C. RGB value is (37,43,124). Sum of RGB (Red+Green+Blue) = 37+43+124=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #252B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B7C is #DAD483. Grayscale: #323232. Windows color (decimal): -14341252 or 8137509. OLE color: 8137509.

HSL color Cylindrical-coordinate representation of color #252B7C: hue angle of 235.86º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #252B7C is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 43 124 -
CMYK 0.70 0.65 0 0.51
HSL 235.86º 0.54% 0.32% -
HSV(B) 235.86º 0.7% 0.49% -
XYZ 5.26 3.58 19.48 -
YUV 50.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 37 43 124 0.70 0.65 0 0.51 235.86 0.54 0.32
Hex 25 2B 7C 46 41 0 33 EC 36 20
Octal 45 53 174 106 101 0 63 354 66 40
Binary 100101 101011 1111100 1000110 1000001 0 110011 11101100 110110 100000

Color Harmonies of #252B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B7C

Black with #252B7C

Text Example


Text Example

White with #252B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252B7C; }

 p { color: rgb(37,43,124); }

 H1.HeaderClassName
 {
   color: #252B7C;
 }
 .AnyTagClassName
 {
   color: #252B7C;
 }
</style>

background-color css

<style>
 a { background-color: #252B7C; }

 a { background-color: rgb(37,43,124); }

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

border-color css

<style>
 span { border-color: #252B7C; }

 span { border-color: rgb(37,43,124); }

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