Html Css Color HEX #131B5C Midnight Blue

📋 copy color: '#131B5C'

red 19 ◦ green 27 ◦ blue 92

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

Shades of Midnight Blue #131B5C

Tints of Midnight Blue #131B5C

RGB

 RED value IS 19 (7.81% from 255) = 13.77%

 GREEN value IS 27 (10.94% from 255) = 19.57%

 BLUE value IS 92 (36.33% from 255) = 66.67%

R = 13.77%
G = 19.57%
B = 66.67%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#131B5C (or 0x131B5C) is known color: Midnight Blue. HEX triplet: 13, 1B and 5C. RGB value is (19,27,92). Sum of RGB (Red+Green+Blue) = 19+27+92=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 92 (36.33% from 255 or 66.67% from 138); Max value from RGB is 92 - color contains mainly: blue. Hex color #131B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B5C is #ECE4A3. Grayscale: #1F1F1F. Windows color (decimal): -15525028 or 6036243. OLE color: 6036243.

HSL color Cylindrical-coordinate representation of color #131B5C: hue angle of 233.42º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131B5C is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 27 92 -
CMYK 0.79 0.71 0 0.64
HSL 233.42º 0.66% 0.22% -
HSV(B) 233.42º 0.79% 0.36% -
XYZ 2.59 1.7 10.32 -
YUV 32.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 19 27 92 0.79 0.71 0 0.64 233.42 0.66 0.22
Hex 13 1B 5C 4F 47 0 40 E9 42 16
Octal 23 33 134 117 107 0 100 351 102 26
Binary 10011 11011 1011100 1001111 1000111 0 1000000 11101001 1000010 10110

Color Harmonies of #131B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B5C

Black with #131B5C

Text Example


Text Example

White with #131B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131B5C; }

 p { color: rgb(19,27,92); }

 H1.HeaderClassName
 {
   color: #131B5C;
 }
 .AnyTagClassName
 {
   color: #131B5C;
 }
</style>

background-color css

<style>
 a { background-color: #131B5C; }

 a { background-color: rgb(19,27,92); }

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

border-color css

<style>
 span { border-color: #131B5C; }

 span { border-color: rgb(19,27,92); }

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