Html Css Color HEX #1F384D Nile Blue

📋 copy color: '#1F384D'

red 31 ◦ green 56 ◦ blue 77

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

Shades of Nile Blue #1F384D

Tints of Nile Blue #1F384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.15%

 BLUE value IS 77 (30.47% from 255) = 46.95%

R = 18.9%
G = 34.15%
B = 46.95%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1F384D (or 0x1F384D) is known color: Nile Blue. HEX triplet: 1F, 38 and 4D. RGB value is (31,56,77). Sum of RGB (Red+Green+Blue) = 31+56+77=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F384D is #E0C7B2. Grayscale: #323232. Windows color (decimal): -14731187 or 5060639. OLE color: 5060639.

HSL color Cylindrical-coordinate representation of color #1F384D: hue angle of 207.39º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F384D is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 31 56 77 -
CMYK 0.60 0.27 0 0.70
HSL 207.39º 0.43% 0.21% -
HSV(B) 207.39º 0.6% 0.3% -
XYZ 3.32 3.66 7.55 -
YUV 50.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 31 56 77 0.60 0.27 0 0.70 207.39 0.43 0.21
Hex 1F 38 4D 3C 1B 0 46 CF 2B 15
Octal 37 70 115 74 33 0 106 317 53 25
Binary 11111 111000 1001101 111100 11011 0 1000110 11001111 101011 10101

Color Harmonies of #1F384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F384D

Black with #1F384D

Text Example


Text Example

White with #1F384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,56,77); }

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

background-color css

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

 a { background-color: rgb(31,56,77); }

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

border-color css

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

 span { border-color: rgb(31,56,77); }

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