Html Css Color HEX #1F3D51 Nile Blue

📋 copy color: '#1F3D51'

red 31 ◦ green 61 ◦ blue 81

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

Shades of Nile Blue #1F3D51

Tints of Nile Blue #1F3D51

RGB

 RED value IS 31 (12.5% from 255) = 17.92%

 GREEN value IS 61 (24.22% from 255) = 35.26%

 BLUE value IS 81 (32.03% from 255) = 46.82%

R = 17.92%
G = 35.26%
B = 46.82%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1F3D51 (or 0x1F3D51) is known color: Nile Blue. HEX triplet: 1F, 3D and 51. RGB value is (31,61,81). Sum of RGB (Red+Green+Blue) = 31+61+81=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F3D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3D51 is #E0C2AE. Grayscale: #363636. Windows color (decimal): -14729903 or 5324063. OLE color: 5324063.

HSL color Cylindrical-coordinate representation of color #1F3D51: hue angle of 204º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F3D51 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 31 61 81 -
CMYK 0.62 0.25 0 0.68
HSL 204º 0.45% 0.22% -
HSV(B) 204º 0.62% 0.32% -
XYZ 3.72 4.22 8.4 -
YUV 54.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 31 61 81 0.62 0.25 0 0.68 204 0.45 0.22
Hex 1F 3D 51 3E 19 0 44 CC 2D 16
Octal 37 75 121 76 31 0 104 314 55 26
Binary 11111 111101 1010001 111110 11001 0 1000100 11001100 101101 10110

Color Harmonies of #1F3D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3D51

Black with #1F3D51

Text Example


Text Example

White with #1F3D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F3D51; }

 p { color: rgb(31,61,81); }

 H1.HeaderClassName
 {
   color: #1F3D51;
 }
 .AnyTagClassName
 {
   color: #1F3D51;
 }
</style>

background-color css

<style>
 a { background-color: #1F3D51; }

 a { background-color: rgb(31,61,81); }

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

border-color css

<style>
 span { border-color: #1F3D51; }

 span { border-color: rgb(31,61,81); }

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